Horje
xcrun: error: invalid active developer path 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
How do I rename a local Git branch? Code Example How do I rename a local Git branch? Code Example
forecfully remove directory Code Example forecfully remove directory Code Example
how to install older version of tensorflow Code Example how to install older version of tensorflow Code Example
create android and ios folder react native Code Example create android and ios folder react native Code Example
undo last git pull Code Example undo last git pull Code Example

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