ZBar with iOS7 and XCode5 compiling error libzbar.a architecture

前端 未结 7 744
花落未央
花落未央 2020-12-28 10:46

just got some errors runnign ZBar with my iOS App.

I included the newest Beta Version 1.3.1 in my Project and am Running the App locally on my iOS7 Device (iPhone 5)

7条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2020-12-28 11:20

    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 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!

提交回复
热议问题