cmackay / google-analytics-plugin

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

Build error on object "_OBJC_CLASS_$_GAI" #21

Closed bend0303 closed 9 years ago

bend0303 commented 9 years ago

Hey, I get this error when trying to build: Undefined symbols for architecture i386: "_OBJCCLASS$_GAI", referenced from: objc-class-ref in GoogleAnalyticsPlugin.o

It worked before but happened after I removed the unused plugin by Dan Wilson.

I checked in xcode that in build phases the correct file is built.

What could be the problem?

cmackay commented 9 years ago

I would try removing both plugins and then add this plugin back. I think what might be happening is they both copy over the same analytcs library so now that it is removed the library is now missing. Hopefully doing the above resolves this.