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.
伙计们,我正在使用 xcode 启动一个链接到静态库项目的项目。(我将项目添加为目标项目的子项目并将 .a 添加到目标)每次运行目标时,它都必须重新编译lib 项目中的所有文件,无论静态 lib 项目中的源文件是否已更改。如何阻止它重新编译静态库项目?谢谢你。
我对你的问题没有直接的答案,但我通过这个博客逐步说明static lib在 XCode 中创建一个。当我刚刚编辑目标项目时,我尝试查看静态库是否已重建,但似乎没有发生。
static lib
需要考虑的几个提示:
您还可以构建自己的框架并使用此项目。我用这个链接做到了