When i add google analytics library, i have this warning
Undefined symbols for architecture armv7: \"_OBJC_CLASS_$_NSAttributeDescription\", referenced from:
I was having this issue because i didn't add the libGoogleAnalytics_debug.a file. The problem just got resolved as i added this file and built the project again.