Xcode doesn't find third part library

I'm trying to install on my Mac a third-part dynamic library. I've got the header and the shared library xxx.dylib. I've put into /usr/local/include the header and in /usr/local/lib the xxx.dylib, but when in Xcode I try to include the library (in this way: ) the compiler tell me that he cannot find anything. What am I doing wrong?


您可能必须将/ usr / local / include和/ usr / local / lib添加到Xcode Header搜索路径和库搜索路径设置。

链接地址: http://www.djcxy.com/p/68818.html

上一篇: 图片文件上传到分析

下一篇: Xcode没有找到第三方库