字母“C”就在项目导航器中的应用程序委托文件旁边
项目导航器中应用程序委托文件旁边有一个字母“C”。为什么会在那里?我知道字母“M”是为了通知我文件已被修改,但我不确定字母“C”。
There is a letter 'C' just beside the app delegate file in the project navigator. Why is that there? I know the letter 'M' is there to notify me that the file has been modified, but I'm not sure about the letter 'C'.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这表明您的本地文件和存储库之间存在冲突。换句话说,你签出,其他人签出,他们签入,现在你的已经过时了。
This indicates a Conflict between your local file and the repository. In other words, you checked out, someone else checked out, they checked in, and now yours is out of date.
这意味着您的代码中存在冲突。如果冲突已解决,您可以在打开文件时在实用程序栏中将文件标记为已解决
it means you have a conflict in your code.. if the conflict is resolved you can mark the file as resolved in the utilities bar when you have your file open