Answers for "install xcode command line tools via terminal"

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
10

install xcode terminal

sudo xcode-select -switch /Applications/Xcodex.x.x.app

for more info
https://www.freecodecamp.org/news/how-to-download-and-install-xcode/
Posted by: Guest on March-26-2021

Code answers related to "install xcode command line tools via terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language