Answers for "xcrun error active developer path ( /applications/xcode.app/contents/developer ) does not exist"

0

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

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

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 ( /applications/xcode.app/contents/developer ) does not exist"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language