EDIT: Thanks @RobMac - XCode restart did solved it. Good luck for all
Looks like a bug...
I Have two files in Xcode that marked in the source control with question mark (so it's untracked files)
When I do git status i get:
On branch develop Your branch is up-to-date with 'origin/develop'. Untracked files: (use "git add ..." to include in what will be committed)
Podfile.lock
Pods/
The files are not listed.
I try to workaround in Xcode by right click and "Add "FileName.swift"" Or to commit them in the commit window. Both do NOTHING!!
When I look at the repo in BitBucket I see the files in their last revision... So It's great... The problem is only the files status in Xcode
How can I overcome this?
Thanks!