Google Analytics Library IOS

前端 未结 11 1645
逝去的感伤
逝去的感伤 2021-02-12 17:39

When i add google analytics library, i have this warning

Undefined symbols for architecture armv7:
  \"_OBJC_CLASS_$_NSAttributeDescription\", referenced from:
          


        
11条回答
  •  -上瘾入骨i
    2021-02-12 18:11

    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

提交回复
热议问题