How to Fix the “Your CLT does not support macOS 11” error in macOS

I recently got this error while using Homebrew to install a package on macOS, in my case rbenv:

➜ brew install rbenv

...

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

Weird!

Running softwareupdate --all --install --force as suggested in the message didn’t help, so I ran sudo rm -rf /Library/Developer/ and then sudo xcode-select --install:

That’s it.

After doing this, brew install rbenv worked fine.


This content originally appeared on flaviocopes.com and was authored by flaviocopes.com

I recently got this error while using Homebrew to install a package on macOS, in my case rbenv:

➜ brew install rbenv

...

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

Weird!

Running softwareupdate --all --install --force as suggested in the message didn’t help, so I ran sudo rm -rf /Library/Developer/ and then sudo xcode-select --install:

That’s it.

After doing this, brew install rbenv worked fine.


This content originally appeared on flaviocopes.com and was authored by flaviocopes.com


Print Share Comment Cite Upload Translate Updates
APA

flaviocopes.com | Sciencx (2021-03-06T05:00:00+00:00) How to Fix the “Your CLT does not support macOS 11” error in macOS. Retrieved from https://www.scien.cx/2021/03/06/how-to-fix-the-your-clt-does-not-support-macos-11-error-in-macos/

MLA
" » How to Fix the “Your CLT does not support macOS 11” error in macOS." flaviocopes.com | Sciencx - Saturday March 6, 2021, https://www.scien.cx/2021/03/06/how-to-fix-the-your-clt-does-not-support-macos-11-error-in-macos/
HARVARD
flaviocopes.com | Sciencx Saturday March 6, 2021 » How to Fix the “Your CLT does not support macOS 11” error in macOS., viewed ,<https://www.scien.cx/2021/03/06/how-to-fix-the-your-clt-does-not-support-macos-11-error-in-macos/>
VANCOUVER
flaviocopes.com | Sciencx - » How to Fix the “Your CLT does not support macOS 11” error in macOS. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/03/06/how-to-fix-the-your-clt-does-not-support-macos-11-error-in-macos/
CHICAGO
" » How to Fix the “Your CLT does not support macOS 11” error in macOS." flaviocopes.com | Sciencx - Accessed . https://www.scien.cx/2021/03/06/how-to-fix-the-your-clt-does-not-support-macos-11-error-in-macos/
IEEE
" » How to Fix the “Your CLT does not support macOS 11” error in macOS." flaviocopes.com | Sciencx [Online]. Available: https://www.scien.cx/2021/03/06/how-to-fix-the-your-clt-does-not-support-macos-11-error-in-macos/. [Accessed: ]
rf:citation
» How to Fix the “Your CLT does not support macOS 11” error in macOS | flaviocopes.com | Sciencx | https://www.scien.cx/2021/03/06/how-to-fix-the-your-clt-does-not-support-macos-11-error-in-macos/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.