libGoogleAnalyticsServices.a(TAGDataProvider.o)' does not contain bitcode
See original GitHub issueHow 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:
- Created 8 years ago
- Comments:21 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
PR #163 and #164