9
xcrun:错误:活动的开发人员路径(“ /Applications/Xcode.app/Contents/Developer”)不存在
尝试使用brew和git时出现xcode问题: xcrun:错误:活动的开发人员路径(“ /Applications/Xcode.app/Contents/Developer”)不存在,用于xcode-select --switch path/to/Xcode.app指定您希望用于命令行开发人员工具的Xcode(或参见参考资料man xcode-select) 我可以键入xcode-select,它表明该命令存在。当我键入xcode-select -p时显示: /Applications/Xcode.app/Contents/Developer 但是当我这样做时which xcode-select,它给了我: / usr / bin / xcode-select 我尝试过使用命令开关并通过Apple Developer网站再次安装,但是到目前为止,这些选项都无法使用...如何解决此问题?