EstimoteSDK(ESTBeaconManager.o)' does not contain bitcode. Xcode 7

I’m developing under IOS9 Xcode 7.
However when i compile my app i receive the following errors :

EstimoteSDK(ESTBeaconManager.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
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Anyone had this before or has a solution?

Thanks

Problem found.
Disable bitcode in your build settings of your app.

My bad :smile:

1 Like

Thanks for the hint! We’ll see if we can support bitcode in time for the iOS 9 and Xcode 7 launch.

+1 (any update on this? ;))

Still tracking towards support in time for iOS 9 launch (:

Hello Piort,

Were you able to support bitcode in the Estimote distributable via Cocoapods? I’m still running into this problem with EstimoteSDK 3.6.0 and Xcode 7.

Thanks in advance!

Thanks for bumping! We’ll release a bitcode-enabled version early next week, hopefully as soon as Monday.