0

在 Big Sur 上,我安装了 XCode CLT,但没有安装 xcode 本身。吉特工作正常。然后我安装了 XCode,现在当我尝试运行 git 时,我收到以下消息:

git: error: Failed to determine realpath of '/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk' (errno=No such file or directory)
git: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -find git 2> /dev/null' failed with exit code 16384: (null) (errno=No such file or directory)
xcode-select: Failed to locate 'git', requesting installation of command line developer tools.

出现一个弹出窗口,要求安装 CLT,当我说好的时,它会下载并安装几分钟。但是当它完成后,我又回到了我开始的地方。
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk不存在,但有10.15,11.1和的目录11.3。但不是10.14

4

1 回答 1

0

正如这个答案中所发布的,您可以从这里下载缺少的 SDK:https ://github.com/phracker/MacOSX-SDKs/releases

于 2021-06-08T11:30:46.433 回答