Undefined symbols for architecture armv7: “_OBJC_CLASS_$_GGLContext”, referenced from: objc-class-ref in AppDelegate.o

后端 未结 6 1938
感动是毒
感动是毒 2020-12-08 11:12

I am trying to add Google Analytics in my iSO app and I am using Google Analytics latest SDK https://developers.google.com/analytics/devguides/collection/ios/v3/.

A

6条回答
  •  南笙
    南笙 (楼主)
    2020-12-08 11:55

    "The OPN [Debug] target overrides the OTHER_LDFLAGS build setting". This was the main issue. After adding $(inherited) in new line in other linker flags solved my issue.

提交回复
热议问题