Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

xcrun: error: invalid active developer path (/Applications/Xcode.app/Contents/Developer),

$ sudo xcode-select -r
$ sudo xcode-select --switch /Library/Developer/CommandLineTools
Comment

xcrun: error: invalid active developer path

$ sudo xcode-select -r
Comment

PREVIOUS NEXT
Code Example
Shell :: install fast api 
Shell :: change hostname ubuntu 20.04 
Shell :: wireshark brew 
Shell :: how to read temperature in linux 
Shell :: docker-machine install mac brew 
Shell :: add to docker group 
Shell :: bash how to generate md5 checksums on all files in a directory 
Shell :: brew adb install 
Shell :: keras version install in colab 
Shell :: versão do meu linux 
Shell :: git origin 
Shell :: systemctl restart apache 
Shell :: open ubuntu etch host 
Shell :: install perl linux 
Shell :: ip on mac 
Shell :: mac os uninstall oh my zsh 
Shell :: bash remove empty line 
Shell :: can i go back to bash from zsh mac 
Shell :: how to install laravel on mac 
Shell :: pandoc download ubuntu 
Shell :: youtube dl install ubuntu 
Shell :: bash command to find the number of files in a directory 
Shell :: git get last commit id 
Shell :: git how to find original branch creator 
Shell :: m1 cocoapods 
Shell :: refresh env variable windows powershell 
Shell :: install vmware tools ubuntu 
Shell :: Git commit ignore pre-commit hooks 
Shell :: shell promt user input 
Shell :: git discard local changes 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =