After I integrate ZBar Sdk into my project, my xcode 5-DP starts showing below warning:
\"ld: warning: linking ObjC for iOS Simulator, but object file
Since Dec 2014, there is an easier solution than Mario's answer. Use CocoaPods and add this line to your Podfile:
pod 'ZBarSDK', '~> 1.3.1'
Then, run the classic pod install. It will build fine, including for arm64.
pod install