ios - 恰好 '152x152' 像素的 iPad,在 Xcode 10 中为 iOS 版本 >= 10.0 的 .png 格式

标签 ios

我的 Xcode 版本是 10.2。当我将应用程序上传到 iTunes Connect 时,显示以下错误:

Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 10.0.

我的资源如下:

enter image description here

我在 info.plist 中添加了图像,如下所示:

enter image description here

最佳答案

确保在属性检查器中勾选 iPad 选项,然后将 152x152 像素图标分配给 iPad 应用程序插槽。

iPad App icon slot

关于ios - 恰好 '152x152' 像素的 iPad,在 Xcode 10 中为 iOS 版本 >= 10.0 的 .png 格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55624131/

相关文章:

ios - Swift 3 - UTC to time ago 标签,考虑 12h/24h 设备时间变化

ios - 从 TextBox 到 Widget 的文本?

ios - 检查 firebase 持久数据

ios - NSDate dateWithTimeIntervalSince1970 : I have to subtract 1800 seconds from NSTimeInterval to display the correct value

ios - didBeginContact 方法不起作用

ios - 如何管理 Podfile - iPhone、iPad 和 Mac 10.15 的部署

ios - iOS 中的 OAuth 2.0 集成

ios - pushViewController 中的内存泄漏和(我认为)从 GCD 队列返回

ios - AV播放器 : difference between observedBitrate and indicatedBitrate

ios - 如何像iOS Music App TableView一样将UITableView分为三部分?