Okay, so I fixed my issue.
With Xcode open:
- Open terminal – cd / to your project directory.
- Type in: “
git reset --hard” - Type in
git status
Restart Xcode and make a commit (Just a comment or something )
Repeat the above steps.
This sorted out my issue for me.