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.
任何人都可以帮忙吗?
我编译了 WunderRadio 应用程序附带的 LibMMS 项目,作为我其他项目的一部分。它有 liblibmms.a 文件,我将它作为依赖项添加到主项目中。
问题是我看不到任何 LibMMS 标头,因此我无法将 mms.h 或 mmsx.h 导入任何 .m 文件。
任何想法为什么?
在
您现在已将项目导入您的 xcode 项目。除了将 libmms 添加到主项目之外,您还应该将 libmms.a 添加到您的框架组。