在 iOS9 中现在找不到 XXX.dylib 了,比如libz.tbd 如果要用到 libz.dylib,可以用下面的办法,来自 Stack Overflow。
时间:2015-12-28 09:04:46
收藏:0
阅读:487
- Go to Build Phases >Link Binary with Librairies > + > Add other
- Once in the file selection window do “CMD”+Shift+G (Go to folder) and type /usr/lib/
- From /usr/lib you can add : libz.dylib and more…
- Compile and have fun
原文:http://www.cnblogs.com/gabrialrx/p/5081467.html
评论(0)