본문 바로가기

Trouble Shooting

😤 Error: Your CLT does not support macOS 11

❗️ 문제점

brew install gradle 명령어로 gradle을 설치하려고 했는데 아래와 같은 에러 메시지를 발견했다.

현재 나의 CLT가 옛날 버전이거나 수정되어서 현재 macOS 버전을 지원하지 않았다.
그래서 CLT를 업데이트 하거나 삭제해야 한다고 한다.

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:

 

🤩 해결 방법

  • sudo rm -rf /Library/Developer/CommandLineTools
  • sudo xcode-select --install
  • sudo xcode-select -s /Applications/Xcode.app/Contents/Developer