在将XCode更新到4.4版之后,我发现了svn工具的问题。每次我尝试执行任何命令,如list,checkout等时,我都会收到“Abort trap:6”消息。
例如:
berec-Mac:~ berec$ /Applications/Xcode45-DP3.app/Contents/Developer/usr/bin/svn list https://source.com/mysource
Abort trap: 6
提前感谢您的建议。
答案 0 :(得分:1)
解决方案是here。 我的问题的核心是Neon svn模块。为了解析XCode的svn客户端,我刚刚用包含Serf模块的svn二进制替换了Xcode的svn二进制文件。
答案 1 :(得分:0)
尝试使用xcrun
(reference):
$ xcrun svn list https://source.com/mysource
您可能需要确保首先正确配置xcode-select
(reference):
$ xcode-select -print-path
哪个应该回来:
/Applications/Xcode45-DP3.app/Contents/Developer
如果没有,请使用:
$ xcode-select -switch /Applications/Xcode45-DP3.app/Contents/Developer
答案 2 :(得分:0)
答案 3 :(得分:0)
根据我的假设,可能有两个原因。
1)可能是你正在使用它的网络有很多代理设置正在产生问题。
2)从Xcode下载Xcode命令运行工具 - >偏好。