
正文
xcode中找不到XXX.dylib
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
xcode中找不到 XXX.dylib 了,比如libz.tbd 如果要用到 libz.dylib,可以用下面的办法,来自 Stack Overflow。
- 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







