The working copy requires a newer version of Subversion than Xcode supports

前端 未结 2 1595
渐次进展
渐次进展 2021-02-06 03:30

I just installed Xcode 4.6 (I had Xcode 4.5.1). I just opened an existing project and got this message:

The working copy \"path/

2条回答
  •  春和景丽
    2021-02-06 04:11

    In my case, the latest SVN placed at path /usr/bin/, therefore the step 3 will look like this:

    cd /Applications/Xcode.app/Contents/Developer/usr/bin/        
    mkdir bak.svn
    mv svn* bak.svn
    ln -s /usr/bin/svn* /Applications/Xcode.app/Contents/Developer/usr/bin/
    

提交回复
热议问题