Nativescript-plugin-firebase: Failed to verify bitcode in TNSMLKitCamera.framework/TNSMLKitCamera

Created on 10 Oct 2018  路  3Comments  路  Source: EddyVerbruggen/nativescript-plugin-firebase

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 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

bug iOS

Most helpful comment

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.

All 3 comments

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.

{ "external_push_client_only": true, "using_ios": true, "using_android": false }

Thank You

Have same problem - nativescript-plugin-firebase v7.0.1
{
"using_ios": true,
"using_android": true,
"firestore": false,
"realtimedb": false,
"remote_config": false,
"messaging": true,
"crash_reporting": false,
"storage": false,
"facebook_auth": true,
"google_auth": false,
"admob": false,
"invites": false
}

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.

Was this page helpful?
0 / 5 - 0 ratings