欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

file:///Users/xmg/Desktop/xiangmu~Bsbdejie/BaisibudejieTheSecondtime/BaisibudejieTheSecond/Baisib...

发布时间:2024/3/12 编程问答 49 豆豆
生活随笔 收集整理的这篇文章主要介绍了 file:///Users/xmg/Desktop/xiangmu~Bsbdejie/BaisibudejieTheSecondtime/BaisibudejieTheSecond/Baisib... 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

warning: Missing file: is missing from working copy

fatal error: file '….h' has been modified since the precompiled header was built

 

的解决办法

 

http://stackoverflow.com/questions/5897232/how-to-remove-properly-a-file-on-xcode-4-with-svn-version-control

To prevent the error from occurring in the first place, always "Delete" through Xcode, or, through your SVN client (but, if you delete it through your SVN client you'll still have to delete the missing reference in Xcode - so you might as well just delete it in Xcode to being with).

 

 

http://stackoverflow.com/questions/7071523/xcode-4-1-fatal-error-stdlib-modified-since-the-precompiled-header-was-built

 

I had this exact same problem after applying the recent Xcode patch. I ended up deleting the DerivedData folder for my app at:

~/Library/Developer/Xcode/DerivedData/{project name + gobly-gook}

This directory contains built products and indexes for the project. It is OK to delete it because it only contains items generated by Xcode. Xcode will regenerate everything next time the project is opened.

 

转载于:https://my.oschina.net/u/2958688/blog/799689

总结

以上是生活随笔为你收集整理的file:///Users/xmg/Desktop/xiangmu~Bsbdejie/BaisibudejieTheSecondtime/BaisibudejieTheSecond/Baisib...的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。