ios - 2018 : ERROR ITMS-90096: "Your binary is not optimized for iPhone 5"

标签 ios app-store-connect itmstransporter

最近(2018 年 9 月 17 日)我对上传 ios 应用程序时出现以下错误感到非常惊讶:

ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image referenced in the Info.plist under UILaunchImages with a UILaunchImageSize value set to {320, 568}. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the 'iOS Human Interface Guidelines' at https://developer.apple.com/ios/human-interface-guidelines/graphics/launch-screen."

应用程序中的启动图像在 Assets 中,几年前没有这样的问题!最后一次成功构建是 2018 年 9 月 14 日。我想知道这个过时(5-6 年)的要求怎么会在 2018 年秋天发生?!其他人最近遇到过这个问题吗?

最佳答案

无论您是否在 plist 中指定了名称,LaunchScreen 文件都必须称为“LaunchScreen.storyboard”。虽然更改 plist 中的名称将显示正确的启动屏幕,但它不会通过这个写得不好的检查。

enter image description here

关于ios - 2018 : ERROR ITMS-90096: "Your binary is not optimized for iPhone 5",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52409098/

相关文章:

android - 在 Windows 中获取 React Native IOS .ipa 文件

ios - 使用 storyboardID 检测首次启动

xcode - 将构建上传到 iTunes Connect 问题

ios - 如何为特定地区/地区分发特定 iOS 应用程序版本

expo - 错误 ITMS-90596 : Invalid Bundle. 无法处理 'Payload/ExpoKitApp.app/.bundle/Assets.car' 处的 Assets 目录

ios - "Import Error"具有 Transporter App 状态模式

ios - 无法使用 snapshotViewAfterScreenUpdates 在 iOS 上获取屏幕截图 : method of UIScreen

ios - 用透明的纯色填充可调整大小的 UIView,并坚持边界

ios - 无法在 iTunes Connect 上选择测试仪 "Add Existing Testers to Build"

ios - iTMS 转运器 : How to upload content in In-App Purchase?