Yesterday I ran the system update and mistakenly installed Command Line Tools for Xcode 11 beta 1 in a system running macOS Mojave.
This update is breaking some of my dev applications. I would like to downgrade back to the current public release of Command Line Tools for macOS Mojave 10.14/Xcode 10.2.1.
How do I uninstall them? Is it possible to do without uninstalling Xcode?
I am running macOS Mojave 10.14.5 with Xcode 10.2.1.
➜ ls -l /Library/Developer
total 0
drwxr-xr-x 6 root 192 Jun 5 10:08 CommandLineTools
drwxr-xr-x 4 root 128 Apr 23 11:39 PrivateFrameworks
➜ ls -l /Library/Developer/CommandLineTools
total 0
drwxr-xr-x 5 root 160 Apr 6 02:30 Library
drwxr-xr-x 3 root 96 Apr 6 01:55 Packages
drwxr-xr-x 4 root 128 Jun 5 10:09 SDKs
drwxr-xr-x 7 root 224 Apr 6 02:30 usr
Update:
So it seems that the beta version of the CLTools are messing something up in the mono library. As all mono applications are crashing. Tried different applications build with mono.
I tried the remove instructions and also completely uninstalled / reinstalled xcode.
However, the issue is still the same. All mono applications are crashing!
ls -l /Library/Developer
andls -l /Library/Developer/CommandLineTools
? – Nimesh Neema Jun 05 '19 at 08:10