Xcode 4 is showing me grey \"M\" and \"A\" icons next to my files in the project navigator. I believe they\'re related to source control.
The point is this: All my o
This is taken from Sam's Book. I am having trouble finding information in Xcode Documentation.
And if you use subversion, this is of course related to it, so remove .svn directories
Those characters refer to the source control.
Ref: http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.status.html
The icons are always there in XCode 4.5, version control or not
The "M" is for "modified" and the "A" is for added. These values reflect the version control state of the files
Those icons stand for Added / Modified files under source control, like other devs pointed out.
If you're experiencing that these icons appear even if you did not check the "Git" checkbox when creating a new project, and if you're sure your project is not really under source control, then just do this:
Restart Xcode, and the issue is gone for your project. The icons disappear and everything is fine :-)
It's a weird Xcode Bug.