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.
我正在尝试在我的 iOS 应用程序中使用这个项目。在说明中,它说:
这是什么意思。我应该在搜索路径部分添加什么值?
您将下载该库的源代码并将其保存在您机器上的某个位置。然后,您必须在头文件搜索路径中添加此源文件的路径(xcode 将搜索您将尝试在您的应用程序中使用的头文件)。它可以是这样的:
“/Users/yourUser/yourProject/yourLibrarySource”