Reinstall Xcode Cli Tools

[Solved] Reinstall Xcode Cli Tools | Shell - Code Explorer | yomemimo.com
Question : reinstall xcode cli tools

Answered by : precious-pheasant

# remove currently installed
sudo rm -rf $(xcode-select -print-path)
# reinstall
xcode-select --install

Source : | Last Update : Fri, 14 May 21

Question : Installing Command line tools for Xcode via CLI

Answered by : nice-newt-p9eh38x0tm55

Code Block sudo xcode-select --switch /Applications/Xcode-beta.appsudo xcode-select --install

Source : https://developer.apple.com/forums/thread/652240 | Last Update : Thu, 29 Apr 21

Answers related to reinstall xcode cli tools

Code Explorer Popular Question For Shell