I have changed the name of a header file in my project and, despite multiple cleans etc, the target seems to be referencing the old header file. I keep getting the following error:
ProcessPCH++ /Library/Caches/com.apple.Xcode.501/SharedPrecompiledHeaders/AUDemo_Prefix-ddpdweikpgqscvgcmkgmiuubltig/AUDemo_Prefix.pch.gch AUDemo_Prefix.pch normal ppc c++ com.apple.compilers.gcc.4_0
cd "/Volumes/docs/development/audio/DSP Library"
/usr/bin/gcc-4.0 -x c++-header -arch ppc -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -g -O0 -fmessage-length=0 -mtune=G4 -fvisibility-inlines-hidden -mfix-and-continue -I/Volumes/docs/development/audio/DSP\ Library/build/dsp.build/Development/AUDemo.build/AUDemo.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -O0 -F/Volumes/docs/development/audio/DSP\ Library/build/Development -I/Volumes/docs/development/audio/DSP\ Library/build/Development/include -I/Volumes/docs/development/audio/DSP\ Library/build/dsp.build/Development/AUDemo.build/DerivedSources -c /Volumes/docs/development/audio/DSP\ Library/AUDemo_Prefix.pch -o /Library/Caches/com.apple.Xcode.501/SharedPrecompiledHeaders/AUDemo_Prefix-ddpdweikpgqscvgcmkgmiuubltig/AUDemo_Prefix.pch.gch
powerpc-apple-darwin8-gcc-4.0.1: /Volumes/docs/development/audio/DSP Library/AUDemo_Prefix.pch: No such file or directory
powerpc-apple-darwin8-gcc-4.0.1: warning: '-x c++-header' after last input file has no effect
powerpc-apple-darwin8-gcc-4.0.1: no input files
AUDemo_Prefix.pch exists nowhere in my target. I've tried manually deleting all caches and turning off 'predictive compilation' but still get the error. Can anyone help?