Different projects using ZXing have error after last Xcode update:
Error messages are:
Any compiler flag I have to set up?
Just add this flag
-Wno-unused-private-field
under ZXingWidget target -> Build Settings -> Other Warning Flags. Click the + button and paste the flag, clean and build again.
(No need to remove any other flag, just ignore unused private field warning)