Xcode 4.6 zXing compile error after Xcode update (4H127)

前端 未结 4 920
春和景丽
春和景丽 2020-12-13 20:44

Different projects using ZXing have error after last Xcode update:

Error messages are:

  1. private field \'cached_y_\' is not used
  2. Private field \
4条回答
  •  旧时难觅i
    2020-12-13 21:38

    Here is a workaround to get it to compile. You have remove couple compile warning flags:

    Select the xzing project, build settings, look for "Other Warning Flags" and remove -Werror and -Wno-unused-parameter

    enter image description here

提交回复
热议问题