[Tips] private field ‘cached_y_’ is not used

“private field ‘cached_y_’ is not used”, when you try sample of zxing on xcode.

How fix it ?

Build Settings -> Other Warning Flags

add new flag

-Wno-unused-private-field

After that, you can run sample program.

We hope this article help you :)