问题: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
2.
快捷键shift+command+k;clean一下
本文介绍了解决Apple LLVM Compiler 3.0在使用预编译头时遇到的错误方法。当预编译头文件被修改时,会触发此错误。解决步骤包括从Xcode菜单中选择Product>Clean或使用快捷键shift+command+k进行清理。
问题: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
2.
快捷键shift+command+k;clean一下
3736
1592
2632

被折叠的 条评论
为什么被折叠?