Answers for "reinstall xcode cli tools"

0

reinstall xcode cli tools

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

# reinstall
xcode-select --install
Posted by: Guest on May-07-2021
0

Installing Command line tools for Xcode via CLI

Code Block sudo xcode-select --switch /Applications/Xcode-beta.appsudo xcode-select --install
Posted by: Guest on April-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language