0
点赞
收藏
分享

微信扫一扫

xcode升级到7.0,报libsqlite3.0.dylib找不到


xcode升级到7.0,报libsqlite3.0.dylib找不到,但是系统库里没有这玩意,换成libsqlite3.0.tbd,又不好使

解决办法:

Go to Build Phases > Link Binary with Libraries > + > Add other

While in the file selection window press: "CMD"+Shift+G (i.e. Go to folder) and type /usr/lib/

From /user/lib find and add : libz.dylib and libsqlite3.dylib

举报

相关推荐

0 条评论