iOS PCH file built from a different branch ((clang-xxx.x.xx)) t
Xcode更新之后经常会出现
PCH file built from a different branch ((clang-xxx.x.xx)) than the compiler
这是因为在使用旧版本XCode时编译缓存引起的问题。
在XCode中按住Option 选择 Product 下都的 Clean Build Folder. 清理下build文件夹即可解决。
---------------------------------------------------------------------------------------------------------------------