【问题标题】:warning: Ambiguous Content: The app icon set "AppIcon" has an unassigned child (editor->xcode 10.0)警告:不明确的内容:应用程序图标集“AppIcon”有一个未分配的子项(editor->xcode 10.0)
【发布时间】:2019-02-12 11:04:20
【问题描述】:

当我点击图标时显示给定消息“AppIcon unassigned child”我不明白为什么会出现错误消息以及如何解决它。

【问题讨论】:

  • 您应该删除此图标。看起来 AppIcon.asset 中的 JSON 具有此图标的条目。希望你没有错过任何图标。
  • 这是我的 json - { "size" : "1024x1024", "idiom" : "watch-marketing", "filename" : "icon-1024.png", "scale" : "1x " }, { "size" : "44x44", "idiom" : "watch", "filename" : "AppIcon44x44@2x.png", "scale" : "2x", "role" : "longLook", "subtype " : "42mm" }
  • 删除icon-1026.png即可。它不应该存在。

标签: ios swift ionic-framework ionic3 xcode10


【解决方案1】:

AppIcon 资源所需的最大图标大小为 1024x1024。不需要显示警告的图标,因此显示警告。

要删除此警告: 右键单击图标并选择删除所选项目

【讨论】:

    猜你喜欢
    • 2016-05-21
    • 1970-01-01
    • 2016-01-01
    • 2016-02-05
    • 2016-05-07
    • 2015-06-02
    • 1970-01-01
    • 2018-06-28
    • 2015-10-22
    相关资源
    最近更新 更多