[Xcode][iOS] error: PCH file built from a different branch ((clang-425.0.27)) than the compiler ((clang-425.0.28))
During iOS app development, I encountered the following error after updating Xcode:
Error Message
error: PCH file built from a different branch ((clang-425.0.27)) than the compiler ((clang-425.0.28))
Clean and then rebuild - that’s it.
[Reference]
・エラー:PCH file built from a different branch - アプリ開発のメモ帳
That’s all from the Gemba.