Zbar SDK - missing required architecture x86_64

前端 未结 6 1663
隐瞒了意图╮
隐瞒了意图╮ 2021-01-30 18:58

I had one problem during building application in the recent Xcode 5.1. Compilation fails with \"Undefined symbols for architecture x86_64\" error.

I build my project wit

6条回答
  •  故里飘歌
    2021-01-30 19:40

    I had the same problem and I solved that way:

    • Remove the reference of folder ZBarSDK from your project.
    • Download the version for armv7, arm7s and armv64 from this link .
    • Replace the older folder for the new, (Save a copy in case )
    • Add the new folder into your project.
    • Clean the project and Build.

    Let me know if it works for you.

提交回复
热议问题