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.
在 XCode4 中创建静态库时遇到问题。我一直在关注这个有用的教程:
但我一直遇到同样的问题。如何从现有项目创建库?我在构建项目(未运行)时遇到了困难,因为它似乎在我刚刚导入的代码中遇到了编译器错误。
如何设置现有项目以导入 Cocoa Touch 静态库项目?
在链接部分中选择 Target-> Build Settings将 Mach-O 类型更改为静态库
你可以试试这个让你的静态库使用更智能