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 :: push an existing repository from the command line on github 
Shell :: can i create a git repository via terminal 
Shell :: linux process 
Shell :: renomeando branch 
Shell :: restore git stash 
Shell :: using npm and yarn together 
Shell :: generate signing key android 
Shell :: github checkout branch 
Shell :: create git tags 
Shell :: check port running 
Shell :: how to run git bash from powershell 
Shell :: assigning permissions to folder and files in linux 
Shell :: npx gitignore generator 
Shell :: copy file permissions to another file 
Shell :: what is kernel and shell 
Shell :: bash count occurrences of string in array 
Shell :: why gitignore does not work 
Shell :: github copilot neovim 
Shell :: install istio on kubernetes on OS linux 
Shell :: crontab command 
Shell :: install docker debian 
Shell :: how to set umask in linux 
Shell :: linux repeat command every 5 minutes 
Shell :: ssh kali linux command 
Shell :: ubuntu install dbeaver 
Shell :: git --version git version 2.7.0 (Apple Git-66) 
Shell :: grep show lines between matches 
Shell :: Using git filter-branch to Git Change Commit Author 
Shell :: git pull on another branch 
Shell :: ubuntu theme change command 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =