You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: