Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uninstall XCode in Lion

Tags:

xcode

osx-lion

I just installed Xcode from the installation CD/DCD for my iMac and I don't know where it was installed but it is not in the /Applications/Developer folder. Can someone please let me know how I can uninstall this and try to install again as it does not seem to be in the right place. I am trying to install jpeglib and it says xcode is not installed.

Thank you for any assistance you can give.

like image 326
pertrai1 Avatar asked Dec 15 '11 17:12

pertrai1


2 Answers

Open terminal window and type:Don't modify,type below line exactly.

sudo /Developer/Library/uninstall-devtools --mode=all
like image 50
Gajendra K Chauhan Avatar answered Nov 11 '22 01:11

Gajendra K Chauhan


This might answer your question:

Maurizio Zilli:

"In new Xcode 4 and Lion You can install and uninstall from Preferences : downloads : components

If You want to uninstall completely XCode go to launchpad and push Xcode icon for two seconds, so click on the upper left checkbox."

https://discussions.apple.com/thread/3784638?start=0&tstart=0

like image 41
kikomn Avatar answered Nov 11 '22 02:11

kikomn