In Xcode 5.0.2, I try to pull from a remote and am given the following message:
\"The working copy \'project-name\' has uncommitted changes. Commit or discard the change
App Code solution:
Confirm git status in Terminal:
git status
Open 'yourProject.xcworkspace' in App Code
VCS > Git > Branches...
Remote Branches > yourBranch > Checkout as new local branch
Confirm fix via Terminal: