ios - Xcode 7.3.1 - SVN : Couldn't communicate with a helper application -
using xcode 7.3.1, following error when trying commit changes project under svn source control
"the working copy "projectname" failed commit files. couldn't communicate helper application"
my guess it's failing locate / execute "svn" binary under hood, seem strange other svn actions in xcode work fine (source control -> history... happily shows previous commits etc, suggest able communicate svn server fine)
there other similar problems on site, either related git projects or unanswered
we got problem when adding new localization. using xcode 8.2.1
we found graphics files @ character in them caused problem. svn doesn't @. when svn operation on file @ in name have add @ @ end of command. seemingly xcode not taking consideration when interacting svn.
the workaround temporarily move .svn file project directory, work in xcode, move .svn file , manually update svn using non-xcode interface of choice.
Comments
Post a Comment