error: PCH file built from a different branch ((clang-425.0.27)) than the compiler ((clang-425.0.28)) とエラーがでる

アフィリエイト

xcodeのバージョンを上げるとコンパイラのバージョンが古いからかエラーがでる。

そんな時はクリーンビルドが必要となる。

 

メニューバーのProduct>Cleanを実行したあとに、再度Runを実行すると問題なく起動できる