xcode 针对 iOS 9.0 及更高版本的 iPad 应用程序需要 83.5x83.5@2x 应用程序图标

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/34166651/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 08:18:01  来源:igfitidea点击:

83.5x83.5@2x app icon is required for iPad apps targeting iOS 9.0 and later

xcodeimage

提问by Brad Thomas

Just saw this warning after upgrading to Xcode 7.2. Why is this warning appearing all of a sudden with 7.2/9.2? I'm guessing this is for iPad Pro support? Does this just mean 167x167 since it's at 2x ?

升级到 Xcode 7.2 后刚刚看到这个警告。为什么这个警告会在 7.2/9.2 中突然出现?我猜这是为了 iPad Pro 支持?这是否只是意味着 167x167 因为它是 2x ?

Xcode warning

Xcode 警告

EDIT: I do see that (now in Xcode 7.2) there is a space for this (iPad Pro) icon in the asset catalog under General/App Icons and Launch Images

编辑:我确实看到(现在在 Xcode 7.2 中)在 General/App Icons 和 Launch Images 下的资产目录中有一个用于此(iPad Pro)图标的空间

App icon placeholder

应用程序图标占位符

EDIT: Is it possible to turn off this warning? e.g. if there is no intention to target iPad Pro?

编辑:是否可以关闭此警告?例如,如果不打算针对 iPad Pro?

回答by Dylan Ireland

This is for the iPad Pro. The image should be 167x167 pixels. This will display on both the 9.7" and 12.9" iPad Pro at 264 pixels per inch.

这适用于 iPad Pro。图像应为 167x167 像素。这将在 9.7" 和 12.9" iPad Pro 上以每英寸 264 像素显示。