cmackay / google-analytics-plugin

Cordova Google Analytics Plugin for Android & iOS
Apache License 2.0
89 stars 43 forks source link

Not compatible with XDK cordova 5.1.1 iOS #62

Closed arjankuijpers closed 7 years ago

arjankuijpers commented 8 years ago

when trying to build with XDK 2866 I get this error:

com.cmackay.plugins.googleanalytics/libGoogleAnalyticsServices.a(GAITrackerModel.o) ld: 223 duplicate symbols for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

cmackay commented 8 years ago

duplicate of #57

I don't use the intel XDK so not sure why it doesn't work properly with cordova components. If you find out a fix, feel free to submit a PR.

arjankuijpers commented 8 years ago

i found a version that works with the current XDK version: on android as iOS commit: https://github.com/cmackay/google-analytics-plugin/commit/d94f91aa0ed18ebc829ec8d6c159c777edfa0744 I think its because XDK is using Xcode 6.3

cmackay commented 7 years ago

closing since I marked this as wont fix