2

I have XCode4 installed in my Developer folder, and XCode3 installed in another folder called XCode3. I would like to completely remove XCode3. How can I do this?

skaffman
  • 398,947
  • 96
  • 818
  • 769
Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556

1 Answers1

3

If you don’t need Xcode 3 anymore, move XCode 3 to ‘/Developer-old’ then just run in your terminal:

sudo /Developer-old/Library/uninstall-devtools --mode=all

This removes all Xcode3 files, freeing up about 5Gb of space.

Craig White
  • 13,492
  • 4
  • 23
  • 36