Zbar SDK - missing required architecture x86_64

前端 未结 6 1659
隐瞒了意图╮
隐瞒了意图╮ 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:33

    I was on the ZBar train as well for quite a while dealing with these issues since they have not been updating the SDK. Luckily if your app only has to support iOS7 onwards (which most iOS users are on now!) there is now QR/Bar Code reading support in AVFoundation so you can build your own reader very easily. Check out this tutorial:

    http://www.appcoda.com/qr-code-ios-programming-tutorial/

    Then bask in the beauty that is a totally Apple supported QR Code reader!

提交回复
热议问题