修复Xcode升级错误 — PCH File Error
我今天把xcode升级到4.6.2之后,运行项目出现了这个问题
Error:PCH file built from a different branch ((clang-425.0.24)) than the compiler ((clang-425.0.27))
其实这只是一个不同Xcode版本之间的一点小冲突,解决方法非常容易,如下:
- 选择Xcode菜单的Product
- 按住键盘的Option按键,然后选择图示的Clean Build Folder