Skip to content

Instantly share code, notes, and snippets.

@mingliangguo
Created April 10, 2020 00:55
Show Gist options
  • Save mingliangguo/57130322425cd2bb1aca2863256fc48c to your computer and use it in GitHub Desktop.
Save mingliangguo/57130322425cd2bb1aca2863256fc48c to your computer and use it in GitHub Desktop.
install xcode-commandline in Mac
# remove current installed xcode developer tool (/Library/Developer/CommandLineTools)
sudo rm -rf $(xcode-select -print-path)
# install xcode-select
xcode-select --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment