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.
我将 kobold2d libcocosdenshion-ios.a 静态库与我的项目一起添加到我的工作区。一切正常,但我重新启动了 xcode,我得到了很多 ARC 错误!一切正常之前的 30 秒?我不删除代码行。有人有这样的问题吗?发生了什么?
如果您要链接到包含所需类的二进制文件的 .a 文件,则不需要匹配的 .m 文件。该库加上任何标题应该是您构建自己的应用程序所需的全部。