xcode scm 失败:与 [用户名].mode1v3 包文件冲突
我收到与我的 [username].mode1v3 包文件相关的错误:
错误:155015( 工作副本阻碍了当前的工作副本 操作)描述:提交失败 (详情如下):
我可以从 SCM 结果菜单对此文件进行比较。这样做会发现我的本地副本和存储库中的最新版本之间存在 102 个冲突(差异)。问题是我不明白该文件与什么相关或如何修复它。文件中的键下出现差异,例如
PBXSmartGroupTreeModuleColumnWidthsKey
我不知道。
我是唯一一个从事这个项目的人。怎样才能解决这样的冲突呢?
非常感谢。
I get this error in realtion to my [username].mode1v3 package file:
Error: 155015 (A conflict in the
working copy obstructs the current
operation) Description: Commit failed
(details follow):
I can do a compare from the SCM results menu on this file. Doing so reveals 102 conflicts (differences) between my local copy and the latest version in the repository. Problem is I don't understand what this file relates to or how to fix it. Differences occur in the file under keys like
PBXSmartGroupTreeModuleColumnWidthsKey
which I have no idea about.
I am the only one working on this project. How is it possible to resolve a conflict such as this?
Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来您可能在两台计算机上工作?
该文件中发生的任何冲突都可以安全地忽略 - 只需告诉您的 SCM 接受您的本地版本即可。它是 Xcode 用于在 IDE 中跟踪项目状态的文件之一。
我建议将其从源代码控制中删除并告诉您的 SCM 系统忽略它。
Sounds like you're probably working on two computers?
Any conflicts that happen in that file can safely be ignored - just tell your SCM to accept your local version. It's one of the files Xcode uses to keep track of your project state within the IDE.
I'd recommend taking it out of source control and telling your SCM system to ignore it.
该文件包含您的个人 Xcode 设置(如窗口位置等)。它根本不应该受到版本控制。
This file contains your personal Xcode settings (like window positions and so on). It should not be under version control at all.