I am using the latest version Xcode 5.x and managing my git repo for the project via Xcode. The issue I have is as follows. I am working on a branch for a specific version. I am done with all the changes for this branch and I would like to commit and merge into master. Xcode keeps saying there is one more file to commit at bottom right in the commit window but in the details pane where it shows the files and the diffs, there are no files that show up. If I hit commit (including push to origin to bitbucket) the action seems to go forward and complete. But nothing shows up in bitbucket and Xcode does not allow me to merge again. And I can go through the same steps any number of times and I still see "Commit 1 file". Its almost there like there is a ghost file that is hanging around somewhere but Xcode does not show it or actually commits it. Here is my gitignore file.
# OS X .DS_Store # Xcode build/ *.pbxuser !default.pbxuser *.mode1v3 !default.mode1v3 *.mode2v3 !default.mode2v3 *.perspectivev3 !default.perspectivev3 xcuserdata *.xccheckout profile *.moved-aside DerivedData *.hmap # CocoaPods Pods