XCode每次都会编译所有源代码
每次我构建项目时,XCode 都会编译所有源代码,这需要花费很多时间。看起来预编译头不起作用。在我更改项目位置之前它工作正常。我应该做什么才能让它发挥作用?
UPD:几分钟前就修复了。我不知道怎么办。
UPD2:又开始了!每次构建时,XCode 都会编译所有源代码。如何解决这个问题?
XCode compiles all source every time i build project and it takes a lot of time. Looks like precompiled headers don't work. It worked correct before i changed location of project. What shuold i do to make it work?
UPD: it's fixed few minutes ago. I don't know how.
UPD2: It's starts again! XCode compiles all sources every time i build. How to manage this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当我更改 MAC 时间并编辑一些头文件并在 MAC 中再次更改时间时,我也发生了此错误。所以我打开了更改时间后编辑的文件,然后再次保存。这解决了我的问题。其原因应该在
This error happened for me also when i changed my MAC time and edited some header files and changed time again in MAC. So i opened the files which are edited after changing time, and saved it again. That solved my problem.Its reason should is in this answer