svn - XCode 7 Source Control commit fails -


i attempting commit xcode project server based svn. have configured, open source control window, , click on 'commit' button. chunks bit, gives me the error: working copy "xxx" failed commit files. couldn't communicate helper application.

what helper application???

i've seen similar posts git, don't seem relevant (or @ least not enough info me) deal svn.

there appears bug in xcode 7 may or may not encounter: when creating new project git repository, xcode 7 may tall “couldn’t communicate helper application”. same bug may tell “couldn’t commit files”.

this happened me after upgrading xcode 6.x i’ve never had problem.

turns out “helper application” in fact git: reason xcode 7 eager associate (the committer) name , email address. xcode offers access mac contacts upon first launch.

to fix it, need launch our trusty terminal app (the command line tool) , tell xcode are, , errors thing of past. news has happen once. here’s how it:

on command line, type following:

xcrun git config --global user.email you@yourdomain.com xcrun git config --global user.name "your name here" 

Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -