When i add google analytics library, i have this warning
Undefined symbols for architecture armv7:
\"_OBJC_CLASS_$_NSAttributeDescription\", referenced from:
I followed all suggestions and I was still getting an error on XCODE 5.1.1
.
For me the error was in target > Build Setting > Architecture > Architectures.
I replaced the value with ARCHS_STANDARD_32_BIT
and the error was gone.
Maybe the libGoogleAnalytics
lib was not compiled for 64 BIT architecture.
Hope this will help someone. Or get latest lib which is compiled for 64 Bit.