IOS开发xcode报错之has been modified since the precompiled header was built

今天使用github回滚版本遇到此问题:

Apple LLVM compiler 3.0 error file "BMKPointAnnotation.h" has been modified since the precompiled header was built

  (原因:预编译头的时候文件被修改);

 解决方法:1.Select Product > Clean from the Xcode menu

 

 

posted @ 2012-08-31 22:50  IT-Chris  阅读(544)  评论(0)    收藏  举报