问题描述
我已经更新了一个带有小错误修复的旧应用。该应用程序是使用Xcode 5.1编译的。
(无法使用资产目录或添加iPhone 6和6 Plus图像。)
但是当我尝试将其提交给审核时,我收到此错误:
I've updated an old app with a minor bug fix. The app was compiled using Xcode 5.1.(No way to use assets catalog or to add iPhone 6 and 6 Plus images.)But still when I try to submit it to review I'm getting this error:
您必须为5.5英寸Retina显示屏提供
截图,因为您的应用程序二进制
支持5.5英寸Retina显示屏。
You must provide a screenshot for 5.5-inch Retina display, because your app binary supports 5.5-inch Retina displays.
最简单的修复方法是上传4.7& 5.5图片很好,但我更担心因为你的应用程序二进制文件支持4.7英寸Retina显示器部分。
The easiest fix would be to upload 4.7 & 5.5 pics which is fine but I'm more worried about the "because your app binary supports 4.7-inch Retina displays" part.
虽然感觉就像iTunes连接中的一个错误,任何人都找到了解决这个问题的方法吗?
Although it feels like a bug in iTunes connect, any one found a workaround for this?
推荐答案
我也有这个问题而且我发现了那是因为我无意中将启动屏幕文件(常规项目设置)设置为Main.storyboard的名称。当我清除时,我能够成功提交审核。
I had this issue too and I discovered that it was because I had inadvertently set the "Launch Screen File" (General Project Settings) to the name of Main.storyboard. When I cleared that out I was able to Submit for Review successfully.
这篇关于“您必须提供5.5英寸Retina显示屏的屏幕截图,因为您的应用程序二进制文件支持5.5英寸Retina显示屏”在Xcode 5.1中构建的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!