[XCode] Unistall Xcode on OS X (XCode 제거하기)
프로그래밍/Objective-C2011. 8. 20. 05:03
반응형
If you ever need to completely remove Xcode due to application issues or future upgrades, you can run a single command from Terminal to remove it.
sudo /Developer/Library/uninstall-devtools --mode=all
Of course, /Developer
is dependant on where you installed Xcode to.
반응형