Skip to content

Instantly share code, notes, and snippets.

@roalcantara
Last active February 11, 2021 17:22
Show Gist options
  • Save roalcantara/8ab1ffa36552167089a9e0f1df2bafe1 to your computer and use it in GitHub Desktop.
Save roalcantara/8ab1ffa36552167089a9e0f1df2bafe1 to your computer and use it in GitHub Desktop.
OSX: xcode fixes
# 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