I am look for "libzbar.a" (zbar compiled library) with BitCode enabled for armv7, armv7s, arm64 architechtures I tried downloading the zbar xcode project and enabling Bitcode and compiling the library I also tried other methods such as the one provided in the link : How do I xcodebuild a static library with Bitcode enabled? with no success
the linker error: ...ibzbar.a(ZBarCaptureReader.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 arm64
I followed this great article by saturngod and successfully re-compiled "libzbar.a" with full support for Bitcode: http://www.saturngod.net/articles/enable-bitcode-in-library-file/