I'm running into a problem where Xcode's shared pre-compiled header caching
is causing automated builds to fail.
When I build my project from the IDE, it generates a pre-compiled header
cached in /Library/Caches/com.apple.xcode.501/SharedPrecompiledHeaders.
When I later run an automated build using the xcodebuild command from a
separate CVS sandbox, I get compile errors about redefined symbols. If I
delete the contents of
/Library/Caches/com.apple.xcode.501/SharedPrecompiledHeaders my automated
build succeeds.
Does anyone know how to make Xcode put the pre-compiled headers in the
project directory? Or, is there some other solution for this problem.
Nothing obvious has jumped out at me from the Project Build settings or the
Xcode preferences.
Xcode 2.2/Mac OS X 10.4.3