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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -