Google Analytics Library IOS

前端 未结 11 1777
后悔当初
后悔当初 2021-02-12 17:44

When i add google analytics library, i have this warning

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


        
11条回答
  •  情歌与酒
    2021-02-12 18:30

    If using Cocoapods make sure Other linker flags has only $(inherited) flag and remove any child architecture flags.

    For framework search paths and Library search paths also set only $(inherited) flag.

    Inside the header bridging file put the #import

提交回复
热议问题