【问题标题】:Symbols meaning aside class name in xcode符号表示xcode中的类名
【发布时间】:2011-12-06 23:29:03
【问题描述】:

我正在使用 Xcode 4.2,在其中我创建了各种类,这些类显示各种符号,如?、A、M 以及类的名称。项目运行得非常好。我仍然很想知道这些符号的含义。带问号的类以后是否会产生错误或警告?

【问题讨论】:

  • 他们提供的链接中没有正确的答案。那么,你找到解决方案了吗,这些符号是什么意思?
  • @ajit thala 在 alvariSantisteban 提供的“跟踪文件的 SCM 状态”部分的链接中。那里给出了符号的含义。

标签: svn version-control xcode4.2 symbols


【解决方案1】:

经过大量搜索,我在“跟踪文件的 SCM 状态”部分下的 this 链接中得到了答案。

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

【讨论】:

    猜你喜欢
    • 2012-09-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-10-30
    • 1970-01-01
    • 2017-08-22
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多