Your CLT does not support macOS 11

错误提示:

Error:Your CLT does not support macOS 11

发现

brew install xxx然后就上边的报错

原因

mac更新系统之后,xcode-select版本太低 不支持了,需要更新版本,
Mac OSX 系统升级Big Sur后,命令行工具发生了一些改变,因此需要强制用户升级命令行工具。

解决办法

移除xcode 并重新下载安装

sudo rm -rf /Library/Developer/CommandLineTools

更新命令行工具

sudo xcode-select --install

More

安装完 xcode-select之后,使用brew安装提示以下错误:

xcode-select: note: install requested for command line developer tools

原因

需要下载命令行

解决办法
前往苹果开发者官网下载最新的命令行工具(下载了12.5.1版本)

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

下载后将其安装即可成功!

你可能感兴趣的:(Your CLT does not support macOS 11)