svn 提交报xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer")
男儿欲遂平生志,五经勤向窗前读。这篇文章主要讲述svn 提交报xcrun: error: active developer path ("
/Applications/Xcode.app/Contents/Developer"
) 相关的知识,希望能为你提供帮助。
svn 提交报如下错误 :
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist
【svn 提交报xcrun: error: active developer path ("
/Applications/Xcode.app/Contents/Developer"
)】
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路径 ,即可
推荐阅读
- Androidn Notification的使用,解决找不到setLatestEventInfo方法
- Failed to resolve com.android.support:support-annotations 26.0.1
- 完整版unity安卓发布流程(包括SDK有原生系统依赖关系的工程)
- Android天气预报设计
- LoadRunner--录制手机APP脚本
- Tomcat Web Application Deployment
- 微信支付app的各种坑
- Android如何添加多张引导页
- JavaFX环境配置详细步骤