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

0

mac active developer path

xcode-select --install
Posted by: Guest on October-07-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 "xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at"

Browse Popular Code Answers by Language