我正在使用 Xcode 4.2,在其中创建了各种类,这些类显示了各种符号,如?、A、M 以及类的名称。项目运行得非常好。我仍然很想知道这些符号的含义。带有问号符号的类将来是否会产生错误或警告?
问问题
4104 次
1 回答
26
经过大量搜索后,我在“跟踪文件的 SCM 状态”部分下的此链接中得到了答案。
M = Locally modified
U = Updated in repository
A = Locally added
D = Locally deleted
I = Ignored
R = Replaced in the repository
– = The contents of the folder have mixed status; display the contents to see individual status
? = Not under source control
于 2011-10-26T05:10:52.030 回答