Error: xcrun: error: active developer path ("/Applications/Xcode-beta. app/Contents/Developer") does not exist, use `xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools (or see `man xcode-select`)
If your getting the above run the below in the terminal, it will fix your error...
sudo xcode-select -switch /Applications/Xcode.app/ Contents/Developer
Run the command to fix the error
0 comments:
Post a Comment