首页 > 代码库 > 解决Xcode 5下使用SVN出现 The operation couldn’t be completed. (NSURLErrorDomain error -1012.) 问题

解决Xcode 5下使用SVN出现 The operation couldn’t be completed. (NSURLErrorDomain error -1012.) 问题

解决Xcode 5下使用SVN出现 The operation couldn’t be completed. (NSURLErrorDomain error -1012.) 问题

  • 2014年March月25日
  • /
  • Linux/Unix
  • /
  • 浏览:264
  • /
  • 暂无评论
  • /
  •  
 

  使用Xcode5 SVN 出现问题

  The operation couldn’t be completed. (NSURLErrorDomain error -1012.)

 

解决方法:

打开终端 然后输入如下命令 

svn ls xxxx  (xxx是你SVN Server的地址)

这里询问你是否允许这个地址的访问,我们输入 “ p ”,然后回车即可。

 

验证是否OK的方法:

再次控制台输入  svn ls xxxx

当不再提示让你选择是否允许的提示,而是直接控制台出现如下信息,说明OK了

然后 Check Out…………