Google Analytics doesn't work on new iOS project

后端 未结 3 1853
北荒
北荒 2021-01-07 18:48

I have created a new iOS project and added Google Analytics support following by official instructions.

I\'ve added to Frameworks:

libGoogleAnalytic         


        
3条回答
  •  Happy的楠姐
    2021-01-07 19:04

    Thanks for all! The following steps helped me:

    1. Remove CoreData.framework.
    2. Add again CoreData.framework.

    arm64 is now supported. Thanks to Amar.

    Now I should fix the last warning:

    ld: warning: directory not found for option '-L/Users/.../Sources/GoogleAnalytics'
    

    It happens because I work with the project on different users.

提交回复
热议问题