Skip to content

Instantly share code, notes, and snippets.

@mikebarnhardt
Last active June 8, 2021 13:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mikebarnhardt/53e14cb608b539f59bf36d37a1a46e75 to your computer and use it in GitHub Desktop.
Save mikebarnhardt/53e14cb608b539f59bf36d37a1a46e75 to your computer and use it in GitHub Desktop.
Reinstall Xcode Command Line Tools.
sudo rm -rf $(xcode-select -print-path)
xcode-select --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment