I have added a scheme in Xcode to manage staging or production phase of app.
On one my computer in the local directory I have next files:
Stacked Stage. xcscheme Stacked. xcscheme (for production configuration)
I have committed and pushed all changes and git status say that nothing to commit and all is up to date.
But when I pull it on another computer I see only one xcscheme:
I've tried to shift my gitignore file from the working directory and I committed one more time and push the files again. I have not noticed any changes which is connected to xcschemes directory in git status. But I have pushed it and no results.
How can I resolve this issue?