between 0 and 1

[ISSUE] Homebrew: Your CLT does not support macOS 11.0 본문

Software Development Engineering/Issues

[ISSUE] Homebrew: Your CLT does not support macOS 11.0

devxpert.yoon 2021. 1. 3. 18:59
728x90
반응형

Error Message

Error: Your CLT does not support macOS 11.

It is either outdated or was modified.

Please update your CLT or delete it if no updates are available.

Update them from Software Update in System Preferences or run:

  softwareupdate --all --install --force

 

If that doesn't show you an update run:

  sudo rm -rf /Library/Developer/CommandLineTools

  sudo xcode-select --install

 

Alternatively, manually download them from:

  https://developer.apple.com/download/more/.

 

Error: An exception occurred within a child process:

  SystemExit: exit

 

Just try
1> softwareupdate --all --install --force

2> sudo rm -rf /Library/Developer/CommandLineTools

3> sudo xcode-select --install

 

that's all.

728x90
반응형