I am having problems with SVN and also provisioning with Xcode 4 and I want to uninstall it.
How do I uninstall Xcode 4 and will I be fine using Xcode 3 from now on or what does everyone recommend.
If you uninstall Xcode, the original Install Xcode application is probably still sitting in your /Applications/ folder as downloaded from the Mac App Store, don't forget to delete this too otherwise you are wasting 1.8GB of disk space.
The first step to uninstalling Xcode from your Mac (and deleting its residual files) is to move the app itself to the macOS Bin. Launch Finder and click Applications on the right sidebar. Right-click on the Xcode icon and select Move to Bin on the context menu. That will immediately uninstall Xcode from your Mac.
The App Store actually recognizes the Install Xcode. app file in the Applications folder. So, in order to reinstall, just run Install Xcode again from the Applications folder.
Deleting the "iOS 13.3. simruntime" files is totally fine. Just reinstalling Xcode would probably be faster than trying to fix a troubled install.
Uninstalling Xcode is pretty straightforward, and involves the use of the Terminal:
sudo <Xcode>/Library/uninstall-devtools --mode=all
where <Xcode>
should be replaced by the path to which the tools were installed (e.g., /Developer
).
If you really do want to uninstall rather than just have two or more versions co-existing then use:
/Developer/Library/uninstall-devtools
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With