xcode 中表示类名的符号

发布于 2024-12-09 22:39:43 字数 104 浏览 0 评论 0原文

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

I am using Xcode 4.2 in which I have created various classes which shows various symbols like ?, A, M with the name of the classes. Project is running absolutely fine. Still I'm curious to know the meaning of these symbols. Whether the classes with question mark symbol will create error or warning in future?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你怎么敢 2024-12-16 22:39:43

经过大量搜索后,我在 this 得到了答案“跟踪文件的 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

After lots of searching I have got the answer at this link under "Keep Track of Your Files’ SCM Status" section.

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
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文