28

I've been having this warning for ages, and I just can't seem to get rid of it.

The warning is:

/Images.xcassets: A 76x76@2x app icon is required for iPad apps targeting iOS 7.0 and later

I've tried completely replacing the asset catalogue with a brand new one, and copying in ones which work on other projects. I've even tried simply not using asset catalogues, but I can't seem to shake this warning.

I can't see any reason as to why it's appearing, especially when I do have a 152x152 app icon in there.

Note, I'm trying to do an icon for iPad IOS 7.

Is there something I'm missing?

4

5 回答 5

48

亚历克斯的回答在针对低于 7.0 的环境时对我不起作用,但确实提示我查看实用程序面板,如果您打开它,您将看到“iOS 6.1 和先前尺寸”的复选框选项。选中此项以显示丢失的图标资产。

XCode 5 实用程序面板显示其他图像资产选项

于 2013-12-15T19:11:41.973 回答
26

哦……这很痛苦。

你必须为 Xcode 设置足够的宽度,你会看到所有的图片资源。

Xcode 图片.xcassets

于 2013-11-11T12:06:05.157 回答
7

我遇到了同样的问题。确保 AppIcon 的 Attributes Inspector 未选中 iPad,并确保为 iPhone 设置了 Deployment Info -> Devices,然后按 Shift-Cmd-K 进行清理。马上去,然后我可以像往常一样再次添加它们和部署设置。工作得很好。

于 2015-07-14T00:25:15.227 回答
5

我遇到了同样的问题,我缺少 iOS 6.1 及更早版本的图标。所以我找到了一个关于苹果应用程序图标的重要指南,你可以在这里找到它

在此处输入图像描述

希望这会帮助你。

编辑:您的图标名称必须与链接中提到的苹果图标命名相同。

于 2015-07-20T04:33:42.233 回答
0

Xcode 9/斯威夫特 4

这里同样的问题。我在“iPad App iOS 7-11 76 pt @2x”插槽中只有一个 152x152 图标,我通过在 @1x 插槽中添加一个 76x76 图标来解决。

于 2017-10-19T14:56:47.673 回答