When i add google analytics library, i have this warning
Undefined symbols for architecture armv7: \"_OBJC_CLASS_$_NSAttributeDescription\", referenced from:
I had similar errors as above, actually more (SDK 2.0 beta 4). After adding the Analytics library/headers, linking with these two frameworks solved the issues:
CoreData.framework and SystemConfiguration.framework
CoreData.framework
SystemConfiguration.framework