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

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

invalid active developer path (/applications/xcode.app/contents/developer)

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

Code answers related to "error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun"

Browse Popular Code Answers by Language