Answers for "how to install command line tools in mac os x (without xcode)"

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
1

check xcode version on mac terminal

/usr/bin/xcodebuild -version
Posted by: Guest on October-27-2020

Code answers related to "how to install command line tools in mac os x (without xcode)"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language