I'm working with xcode 4.2 on a project. I enabled the local git repository on project creation, but hadn't been using snapshots. I decided to make a change that I wasn't sure I wanted to keep, so I stored a snapshot prior to making the code changes.
After making the changes, the running application seems unchanged in the simulator. The storyboard has changed, replacing some components with others, and these changes aren't even reflected.
I've tried committing the project several times, and it seems to like to recommit my user prefs file each time, however I can't get it to commit the storyboard changes.
Has anyone encountered this? Am I missing something?