Xcode was upgraded to 7.0, and it reported that libsqlite3.0.dylib could not be found

Xcode is upgraded to 7.0, and it is reported that libsqlite3.0.dylib cannot be found, but there is no such thing in the system library, and it is not easy to replace it with libsqlite3.0.tbd.

Solution :

Go to Build Phases > Link Binary with Libraries > + > Add other
While in the file selection window press: "CMD"+Shift+G (ie Go to folder) and type /usr/lib/
From /user/lib find and add : libz.dylib and libsqlite3.dylib

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326979418&siteId=291194637