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

后端 未结 6 1917
感动是毒
感动是毒 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条回答
  •  萌比男神i
    2020-12-08 11:57

    if you are using pod to install the libraries like the link suggests, make sure you check whether there are any errors when you run pod install. It could be that you have changed the OTHER_CFLAGS or OTHER_LDFLAGS in the build settings, that could lead to problem. If that's the case you probably want to add "$(inherited)" in a new line to both those flags.

提交回复
热议问题