xcode 中表示类名的符号
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过大量搜索后,我在 this 得到了答案“跟踪文件的 SCM 状态”部分下的链接。
After lots of searching I have got the answer at this link under "Keep Track of Your Files’ SCM Status" section.