首页 > 移动平台 > 详细

svn 提交报xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist

时间:2017-10-19 15:37:53      阅读:596      评论:0      收藏:0      [点我收藏+]

svn 提交报如下错误 :

xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist

xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools.
See `man xcode-select` for more details.
 
出现这个错误一般要么是你当前的电脑上面安装了连个xcode ,要么就是你更改了xcode的名称 导致配置的路径找不到了
你之前的xcode路径改变了
 
解决办法 只需要终端执行命令: sudo xcode-select —switch 当前使用的xcode路径 ,即可

svn 提交报xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist

原文:http://www.cnblogs.com/syios/p/7692642.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!