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
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
I am experiencing this issue that causes tns run ios to fail when building on a real device. Using the emulator works fine but whenever I try to run or build on a real device, the changes cannnot be applied and the error is error: exportArchive: Failed to verify bitcode in TNSMLKitCamera.framework/TNSMLKitCamera: error: Bundle only contains bitcode-marker /var/folders/5d/_v1mn0f16w7dt6k7dbvby_c00000gn/T/XcodeDistPipeline.neH/Root/Payload/mobile.app/Frameworks/TNSMLKitCamera.framework/TNSMLKitCamera (armv7)
Any help/guidance is appreciated. Thanks
The text was updated successfully, but these errors were encountered:
Just adding a bit of info to this issue as I'm experiencing a similar problem.
Failed to verify bitcode in TNSMLKitCamera.framework/TNSMLKitCamera: error: Bundle only contains bitcode-marker /var/folders/5d/kv3n6r795l156_mwk8lzpfv00000gn/T/IDEDistributionOptionThinning.NBN/Payload/hektor.app/Frameworks/TNSMLKitCamera.framework/TNSMLKitCamera (arm64)
This started happening when I was forced to update XCode (now v10) to support iOS 12.
It only happens when I try to create a release Archive (Enterprise). Debug build works fine in both simulator and on real device.
I am using nativescript-plugin-firebase v7.1.5
I am not interested in anything but using APN and configured your plugin as such.
Thanks for the details guys! Especially @jpakulski's note about Enterprise distribution put me on the right track to reproduce this issue. Will look into it.
Hi,
I am experiencing this issue that causes
tns run ios
to fail when building on a real device. Using the emulator works fine but whenever I try to run or build on a real device, the changes cannnot be applied and the error iserror: exportArchive: Failed to verify bitcode in TNSMLKitCamera.framework/TNSMLKitCamera: error: Bundle only contains bitcode-marker /var/folders/5d/_v1mn0f16w7dt6k7dbvby_c00000gn/T/XcodeDistPipeline.neH/Root/Payload/mobile.app/Frameworks/TNSMLKitCamera.framework/TNSMLKitCamera (armv7)
Any help/guidance is appreciated. Thanks
The text was updated successfully, but these errors were encountered: