Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在终端中,我已经安装了 cmake 并构建了 OpenCV。当我输入时ls /usr/local/lib,我有很多文件 .dylib 我必须将 OpenCV 提供的 .dylib 文件链接到项目中,我需要在我的项目中链接框架。我打开命令行工具(通过将文件添加到“...”)和/usr/local/lib. 并且没有 .dylib 告诉我有什么问题谢谢!!!!
ls /usr/local/lib
/usr/local/lib
您的 Xcode 项目配置为针对 SDK 构建。OpenCV 库不是 SDK 的一部分,它们安装在您的系统上。将您的 Xcode 项目切换为使用“当前 OS X”的“基础 SDK”,问题应该会消失。