[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 Flagsadd new flag-Wno-unused-private-fieldAfter that, you can run sample program.We hope this article help you :) Tweet