ZBar with iOS7 and XCode5 compiling error libzbar.a architecture

前端 未结 7 784
花落未央
花落未央 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:03

    How i resolve the problem is link binary with libraries. Base on the tutorial here

    Now Select project (Blue Icon) go to --> Build Phases --> Link Binary With Libraries. Click the + and add each of these seven frameworks.

    • AVFoundation.framework
    • List item
    • CoreGraphics.framework
    • CoreMedia.framework
    • CoreAudio.framework
    • CoreVideo.framework
    • QuartzCore.framework
    • libiconv.dylib (I use libz.tbd & libicon.tbd)

    **set enable bitcode --> No build! hope this help.

提交回复
热议问题