Answers for "invalid active developer path missing 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

Code answers related to "invalid active developer path missing xcrun"

Browse Popular Code Answers by Language