Linker errors when trying to install new Google Analytics 3.0 Beta

前端 未结 6 1188
说谎
说谎 2020-12-07 22:08

I believe just today Google released a new update to their iOS Analytics frame work (version 3.0). When I follow the instructions and try to run the code, I get:

6条回答
  •  再見小時候
    2020-12-07 23:01

    I had to add both libz.dylib and AdSupport.framework to the build phases to make this go away. Google doesn't include these in their instructions so going to check with them to make sure this is OK then will update this post.

    UPDATE: Now you also need to add libsqlite3.0.dylib to get it to work.

提交回复
热议问题