googleanalytics / google-analytics-plugin-for-unity

Google Analytics plugin for the Unity game creation system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XCode 7.3.1 doesn't have libz.dylib and libsqlite3.dylib

stanislasbonifetto opened this issue · comments

XCode 7.3.1 with IOS 9.3 doesn't have

  • libz.dylib
  • libsqlite3.dylib

and it can't compile the project.

I have added manualy instead lib:

  • libz.tbd
  • libsqlite3.tbd

Now it's compile.