Answers for "xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exis"

0

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

sudo xcode-select --reset
Posted by: Guest on December-09-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: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exis"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language