gpt4 book ai didi

Xcode 显示 "The document had 4 issues that were found and repaired./Multiple resources have the same name: groupTableViewBackgroundColor."警报

转载 作者:行者123 更新时间:2023-12-03 14:21:32 24 4
gpt4 key购买 nike

如果我在 Xcode 项目中打开其中一个 Storyboard,我会收到此警报:
"The document [storyboard name] had 4 issues that were found and repaired." error alert

The document [storyboard name] had 4 issues that were found and repaired.

This may be due to an SCM operation such as merging. Please save the document to fix the issues.


Multiple resources have the same name: groupTableViewBackgroundColor.


我尝试保存文档,但错误不断弹出。
这是什么,我该如何解决?

最佳答案

这个错误看起来像是一个 Xcode 错误,因为我不记得我的 Storyboard有合并问题。它可以通过编辑 Storyboard的源代码来修复。您可以这样做:

  • 在项目导航器中右键单击您的 Storyboard并选择 打开为/源代码 .

  • Open As/Source Code
  • 按 Cmd+F 在文件中搜索以下术语:<systemColor name="groupTableViewBackgroundColor">
  • 删除所有实例。我有 5 个颜色实例,名为 groupTableViewBackgroundColor因为某些原因。由于 Storyboard是基于 XML 的,因此定义以 </systemColor> 结尾。 :
    <systemColor name="groupTableViewBackgroundColor">
    <color red="0.94901960784313721" green="0.94901960784313721" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
    </systemColor>
  • 再次右键单击该文件,选择 Open As/Interface Builder - Storyboard 并且错误应该消失。

  • 如果错误仍然存​​在, 删除并重新添加 Storyboard文件 .

    关于Xcode 显示 "The document had 4 issues that were found and repaired./Multiple resources have the same name: groupTableViewBackgroundColor."警报,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64344102/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com