我正在从pycharm IDE遇到以下错误:
错误:b'xcrun:错误:无效的活动开发人员路径(/ Library / Developer / CommandLineTools),缺少xcrun,位于:/ Library / Developer / CommandLineTools / usr / bin / xcrun \ n'
感谢您的建议。
答案 0 :(得分:1)
问题是Xcode命令行工具需要更新。
返回您的终端并点击:
xcode-select --install
然后您将收到:
xcode-select: note: install requested for command line developer tools
此时将在窗口中提示您更新Xcode命令行工具。 (可能需要一段时间)
打开一个新的终端窗口,应返回您的开发工具。
添加:对于任何主要或半主要更新,您都需要更新命令行工具,以使它们再次正常运行。检查Xcode是否有任何更新。这超越了莫哈韦沙漠...
之后,重启终端