Last active
June 8, 2021 13:31
-
-
Save mikebarnhardt/53e14cb608b539f59bf36d37a1a46e75 to your computer and use it in GitHub Desktop.
Reinstall Xcode Command Line Tools.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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