google-analytics-plugin: libGoogleAnalyticsServices.a(TAGDataProvider.o)' does not contain bitcode

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)

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 21 (1 by maintainers)

Most upvoted 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.