码迷,mamicode.com
首页 > Web开发 > 详细

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun

时间:2020-01-17 13:31:12      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:ola   其他   play   ssi   splay   pat   select   dev   git   

 

mac报错:

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

 

场景:

使用goland  debug模式运行go代码main方法时,报以上错误,初步分析是xcode 组件缺失了

包括一些其他场景如运行git命令等也有可能出现此错误

解决方法:

打开命令终端运行

xcode-select --install
回车后,系统弹出下载xcode组件,点击确认,下载完成后即可。

mac中很多软件都需要依赖xcode的先关组件。

 

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun

标签:ola   其他   play   ssi   splay   pat   select   dev   git   

原文地址:https://www.cnblogs.com/sea-stream/p/12204995.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!