-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined Symbols iOS 7.1 #62
Comments
The plugin needs to be updated to use new GoogleAnalytics Libraries. Until then it won't run on newer devices. |
+1 |
works now with the most recent changes. |
The following fix worked for me: |
+1. Happening with Cordova 3.5.0 and Xcode 5.1.1. |
Currently rebuilding my app, I'll check when its ready for GA again |
+1 still an issue |
Running Cordova 3.4, this plugin works fine on iOS < 7.1. Then when I make the necessary changes to cordova for iOS 7.1:
http://shazronatadobe.wordpress.com/2014/03/12/xcode-5-1-and-cordova-ios/
I start running into this error:
Undefined symbols for architecture arm64: "_OBJC_CLASS_$_GAI", referenced from: objc-class-ref in GAPlugin.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
I've tried the fixes suggested here:
http://stackoverflow.com/questions/13119578/google-analytics-library-ios
But they don't work
The text was updated successfully, but these errors were encountered: