Problems with .pch file - GavWood/DOGE-Game-Engine GitHub Wiki

PCH files can cause a problem with the build if they are set in the project because they have hard coded paths. To sort any errors like this:

clang: error: no such file or directory: '/Users/localadmin/Documents/DOGE-Game-Engine/3D-Demos/Murmurations/MurmurationOSX/MurmurationOSX_Prefix.pch' clang: error: no input files

Go to Build Setting in Xcode, search on "pch" and comment out any paths.