Answers for "xcrun: error: active developer path ("/Library/Developer/CommandLineTools") does not exist"

0

mac active developer path

xcode-select --install
Posted by: Guest on October-07-2020
1

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

$ xcode-select --install
$ sudo xcode-select --reset
$ sudo xcode-select -s /Library/Developer/CommandLineTools

Note: In case you have Xcode installed, 
you may need to specify Xcode directory in this case, 
it should be something like this

$ xcode-select -s /Applications/Xcode.app
Posted by: Guest on August-24-2021
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 "xcrun: error: active developer path ("/Library/Developer/CommandLineTools") does not exist"

Browse Popular Code Answers by Language