There's an issue in Xcode 4.2, where Xcode will fill my boot drive with tens of GB of preamble.pch-******
files, someplace within /private/var/folders/
.
Does anybody know how to prevent this from happening?
This means I have to manually empty these files every few hours (quitting/restarting Xcode if necessary), to prevent my boot drive from filling up. I'd (likely) rather revert to the old behavior than create some script or program to systematically remove these every hour, if possible.
Misc:
- My builds do not use precompiled headers (it looks like these are being generated by Xcode's text editors, using Clang's code sense indexing).
- Tens of GB is a lot for my boot partitions; I use several small partitions.
Thanks