字母“C”就在项目导航器中的应用程序委托文件旁边

发布于 2025-01-02 07:41:47 字数 72 浏览 0 评论 0原文

项目导航器中应用程序委托文件旁边有一个字母“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 技术交流群。

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

发布评论

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

评论(2

a√萤火虫的光℡ 2025-01-09 07:41:47

这表明您的本地文件和存储库之间存在冲突。换句话说,你签出,其他人签出,他们签入,现在你的已经过时了。

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.

念三年u 2025-01-09 07:41:47

这意味着您的代码中存在冲突。如果冲突已解决,您可以在打开文件时在实用程序栏中将文件标记为已解决

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

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