Search code examples
iosopencvbitcode

dont run app with open-cv in xcode 7?


I install opencv how pods, and when i run app in my ios devise i have this issue.

opencv2.framework/opencv2(cap_ios_photo_camera.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7


Solution

  • In the build settings for your App Target, search for "Bitcode" and set Bitcode Enabled to NO.


    Although I recommend you get the framework vendor to supply a Bitcode enabled version