Hi frangipane
frangipane wrote:
"If I were in your position, I would clear out all cache files,"
Specifically, you mean ~/Library/Caches/com.apple.Xcode? FYI 82KB.
You might as well clear out ALL cache files. It won't do any harm and can reclaim some disk space. More information here:
http://hints.macworld.com/article.php?story=20060111202501460
Be sure to reboot immediately after the files have been deleted.
"then delete Xcode preference files,"
Where are they?
Now I look, I see it's just one file:
~/Library/Preferences/com.apple.Xcode.plist
"then run the developer tools de-install script. "
- Where is it?
/Developer/Library/uninstall-devtools
This is Unix command script so you might prefer to execute it from the Terminal program with these commands:
cd /Developer/Library/
./uninstall-devtools
- Wouldn't a de-install script be responsible for the above tasks?!
No. Most uninstallers never bother deleting cache files, and they tend to leave preference files alone so they're still there if the application is re-installed. In this instance, it's quite possible that the cache files and/or the preference files are corrupted so we want to get rid of them just in case.
Good luck
Bob