ios
ios copied to clipboard
Build error - Bitcode not enabled
Hi,
I've to enable bitcode on our application because we need to use IXGuard and it requires bitcode. During build I have this error:
/NativeScript.framework/NativeScript' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor
I've this error if I use iOS runtime version > 8.4, if I use previous versions it works correctly.
Is it possible to release newer versions of NS Runtime with bitcode enabled?
Thanks for your attention.