I've got myself in a bit of a pickle. I followed standard instructions for renaming my project in Xcode 5 (just clicking the project name and renaming, and then doing the same for the only scheme I had in my project).
The problem is, I think I did it when I was on a branch that was NOT my Master.
So now, I have a branch that has had all changes committed and it works perfectly fine. If I go to switch to Master, I get the following message: "The file for the container that was at [DIR/project.xcworkspace] has disappeared. Do you want to re-save the container or close it?"
If I try to merge into Master, I get the same message.
How can I take this current branch that represents the app in its correct state and force it to become the Master so I can start from square one?
I already pushed this branch from local (it's called "qr-scanning-refactor") to my GitHub master. So I'm wondering if there's a way I can totally reset and have the GitHub master become my new Master in XCode?
Thanks!