xcode scm 失败:与 [用户名].mode1v3 包文件冲突

发布于 2024-09-10 04:29:06 字数 376 浏览 4 评论 0原文

我收到与我的 [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 技术交流群。

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

发布评论

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

评论(2

笑咖 2024-09-17 04:29:06

听起来您可能在两台计算机上工作?

该文件中发生的任何冲突都可以安全地忽略 - 只需告诉您的 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.

青柠芒果 2024-09-17 04:29:06

该文件包含您的个人 Xcode 设置(如窗口位置等)。它根本不应该受到版本控制。

This file contains your personal Xcode settings (like window positions and so on). It should not be under version control at all.

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