Re-Install XCode Command Line Tools

To remove it:

sudo rm -rf /Library/Developer/CommandLineTools
Code language: Bash (bash)

Start installation:

xcode-select --install
Code language: Bash (bash)

If needed:

xcode-select --reset
Code language: Bash (bash)

Alternatively, manually download them from:
https://developer.apple.com/download/all/


Posted

in

, ,

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *