PCH file built from a different branch ((clang-1600.0.26.3)) than the compiler ((clang-1600.0.26.4)) #157
-
After upgraded xcode from 16.0 to 16.1, I got the following eHrror when building mame under macOS Sequoia 15.1. How do I resolve this ? Here is the script file I used to build mame:
Clang 16.0.0 detected |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Simply 'make clean' to clear the previously cached data. Each time Xcode or its command-line tools are updated to a new version this error will occur the first time you build. |
Beta Was this translation helpful? Give feedback.
Simply 'make clean' to clear the previously cached data. Each time Xcode or its command-line tools are updated to a new version this error will occur the first time you build.