Why is it that XCode cannot push my changes?
Posted
by
Justin Case
on Super User
See other posts from Super User
or by Justin Case
Published on 2012-04-02T05:16:17Z
Indexed on
2012/04/02
5:33 UTC
Read the original article
Hit count: 497
I am writing an iOS application in XCode. I associated a remote repository to it.
I finished writing a View Controller file and then went to File -> Source Control -> Commit. I wrote a commit message. Oddly, every time I typed a space, an error popped up that read "1 of 2 files will be commited."
I then tried to push the commit by clicking File -> Source Control -> Push. However, I get an error that notes that I have unsaved changes. Why? Didn't I just commit?
© Super User or respective owner