Horje
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun Code Example
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
mac active developer path
xcode-select --install
xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer),
$ sudo xcode-select -r
$ sudo xcode-select --switch /Library/Developer/CommandLineTools
invalid active developer path (/applications/xcode.app/contents/developer)
$ sudo xcode-select -r
$ sudo xcode-select --switch /Library/Developer/CommandLineTool
xcrun: error: invalid active developer path
$ sudo xcode-select -r




Shell

Related
certbot renew Code Example certbot renew Code Example
Cannot find module '@angular-devkit/build-angular/package.json' Docker Code Example Cannot find module '@angular-devkit/build-angular/package.json' Docker Code Example
how to stop gunicorn Code Example how to stop gunicorn Code Example
How to install nordvpn Code Example How to install nordvpn Code Example
ubuntu certbot nginx Code Example ubuntu certbot nginx Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15