Adding Google_analytics for iOS is not working tried many ways?
analytics, architecture, ios, symbols, undefined
Solution
Had same problem till I added the `libGoogleAnalyticsServices.a` and `libsqlite3.0.dylib` to "Link Binary with Libraries"
Here is my full list:
Problem
Hi I'm getting following error and so far not able to fix it. ``` Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_GAI", referenced from: objc-class-ref in AppDelegate.o objc-class-ref in HomeViewController.o "_OBJC_CLASS_$_GAITrackedViewController", referenced from: _OBJC_CLASS_$_HomeViewController in HomeViewController.o "_OBJC_METACLASS_$_GAITrackedViewController", referenced from: _OBJC_METACLASS_$_HomeViewController in HomeViewController.o ld: symbol(s) not found for architecture x86_64 ``` Any help would be appreciated. Thanks in advance !