Reputation: 37580
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
Reputation: 1
this works for me! xcode -> preferences -> accounts -> remove gitAccount
Upvotes: 0
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
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