question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

libGoogleAnalyticsServices.a(TAGDataProvider.o)' does not contain bitcode

See original GitHub issue

How can I fix this error?

ld: '/Users/justin/Sites/my-app/phonegap/platforms/ios/Commando/Plugins/com.danielcwilson.plugins.googleanalytics/libGoogleAnalyticsServices.a(TAGDataProvider.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:21 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
YissacharBcommented, Oct 7, 2015

I had this issue and i have found a workaround I’ve added the folowing line ‘ENABLE_BITCODE = NO’ to ‘platforms/ios/cordova/build.xcconfig’ before the build. And it worked for me.

0reactions
danwilsoncommented, Oct 27, 2015

PR #163 and #164

Read more comments on GitHub >

github_iconTop Results From Across the Web

Google Analytics libAdIdAccess.a does not contain bitcode
This answer provides a work around for bitcode being enabled by default, and this may ultimately be a dupe of that more generic...
Read more >
Bitcode will be dropped with Xcode 7 [35353427] - Issue Tracker
libGoogleAnalyticsServices.a(TAGDataProvider.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ...
Read more >
API News: Update 2 to issue 671...
libGoogleAnalyticsServices.a(TAGDataProvider.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ...
Read more >
Unity project build, run in simulator but gives linker error ...
... /iOS/libGoogleAnalyticsServices.a(TAGDataProvider.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ...
Read more >
Xcode setting ENABLE_BITCODE
The setting is located in Build Settings -> Build Options. In there is a setting called "Enable Bitcode", and you can set it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found