Scrungepipes
Scrungepipes

Reputation: 37580

git add in Xcode generates com.apple.dt.IDESourceControlErrorDomain error -70

I can 100% reproduce this - if I clone a repository, drag and drop a couple of files into the cloned directory then add them to the Xcode project, then Xcode will correctly put an A status flag next to them. But then if I select the new files and do Source Control/Commit Selected Files I get this error:

"The operation couldn't be completed. (com.apple.dt.IDESourceControlErroDomain error -70).

Has anybody else seen this or know what the problem is?

Upvotes: 0

Views: 2496

Answers (4)

Aman Bashir
Aman Bashir

Reputation: 1

this works for me! xcode -> preferences -> accounts -> remove gitAccount

Upvotes: 0

user2830000
user2830000

Reputation: 31

please check your svn authentication has been done properly. you can check setting in xcode > preferences > accounts > repositories there is not retry authentication warning in particular repository in which you are trying to commit

Upvotes: 3

judeman
judeman

Reputation: 11

check your setting to xcode > preferences > accounts > repogitories

Upvotes: 0

Dave
Dave

Reputation: 36

I've seen this issue too. No idea what is causing the problem.

If you perform SourceControl->UpdateSelectedFiles the issue goes away.

Upvotes: 1

Related Questions