In Xcode, sometimes there is a ?, an A, or an M in a box to the right of the name of a file. What are the meanings of these icons? Will they have some influence on how the project compiles and runs on the simulator or device?
In Xcode, sometimes there is a ? , an A , or an M
Share
These are version control status labels. M means the file is modified, A means it has been added, and ? means your version control system doesn’t know about it yet.