Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

xA4Hx

macrumors member
Original poster
Feb 11, 2007
96
0
Ok, Pardon my stupidty.

I downloaded the SDK so I could mess around with the developer tools and so on. Only problem is after I decided I dont want to go back to relearning the programing language , I cant get it to uninstall unlike all the other mac apps it isnt easy to remove. Last time I programmed , I was using windows six years back and still every day trying to learning mac world.

I did what It said to remove $ sudo <Xcode>/Library/uninstall-devtools --mode=all in a terminal window and it says no such file or directory

-illusion
 
I did what It said to remove $ sudo <Xcode>/Library/uninstall-devtools --mode=all in a terminal window and it says no such file or directory

Based on what you have said, it looks like it didn't mean literally to enter that command. What you probably want, if you did a normal install, is this:

Code:
sudo /Developer/Library/uninstall-devtools --mode=all
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.