Last active
February 11, 2021 17:22
-
-
Save roalcantara/8ab1ffa36552167089a9e0f1df2bafe1 to your computer and use it in GitHub Desktop.
OSX: xcode fixes
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
# xcode-select --install | |
# https://dev.to/kurab/check-list-before-re-install-xcode-command-line-tool-295l | |
$ sudo rm -rf /Library/Developer/CommandLineTools | |
$ sudo xcode-select --install | |
# OSX: Error: "xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist" | |
# https://github.com/Homebrew/brew/issues/1012 | |
$ sudo xcode-select --switch /Library/Developer/CommandLineTools |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment