Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Failed to verify bitcode in TNSMLKitCamera.framework/TNSMLKitCamera #954

Closed
ade-fatimah opened this issue Oct 10, 2018 · 3 comments
Closed
Assignees
Milestone

Comments

@ade-fatimah
Copy link

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

@jpakulski
Copy link

jpakulski commented Oct 11, 2018

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

@Cheas
Copy link

Cheas commented Oct 11, 2018

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
}

@EddyVerbruggen
Copy link
Owner

EddyVerbruggen commented Oct 11, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants