Answers for "Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools."

0

active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist

sudo xcode-select --reset
Posted by: Guest on December-09-2020
0

xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer),

$ sudo xcode-select -r
$ sudo xcode-select --switch /Library/Developer/CommandLineTools
Posted by: Guest on December-18-2020

Code answers related to "Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language