When i add google analytics library, i have this warning
Undefined symbols for architecture armv7: \"_OBJC_CLASS_$_NSAttributeDescription\", referenced from:
I had an ODD odd issue. For some reason libGoogleAnalytics.a was in Copy Bundle Resources when it was supposed to be in Link Binary With Libraries
libGoogleAnalytics.a
Hopefully that helps someone.