I am trying to remove all my source control stuff from my project and then setting it up new. Since I have changed the project's name and deleted some files I committed before.
I tried the following:
- Just committing my "new" application => results in XCode not being able to find the ViewControllers I wanted to "update".
- Creating a new Branch and submitting this => basically the same error.
- Disabling Source Control and Reenable it => no difference
Also, when I try to 'checkout' I am getting a Reference 'refs/heads/master' not found (-9)
error. Any ideas?