Google Analytics doesn't work on new iOS project

后端 未结 3 1861
北荒
北荒 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条回答
  •  死守一世寂寞
    2021-01-07 19:22

    You should add the libsqlite3.0.dylibfile to your frameworks.

    To do this, under the projects target, on the general tab, you will find "Linked Frameworks and Libraries", just select the '+' button, and add the framework from there

提交回复
热议问题