问题描述
我更新了一个旧应用,修复了一个小错误.该应用程序是使用 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:
您必须提供 4.7 英寸 Retina 显示屏的屏幕截图,因为您的应用二进制文件支持 4.7 英寸 Retina 显示屏.
您必须提供5.5 英寸 Retina 显示屏的屏幕截图,因为您的应用程序二进制文件支持 5.5 英寸 Retina 显示屏.
You must provide ascreenshot for 5.5-inch Retina display, because your app binarysupports 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 Connect 中的一个错误,但有人找到了解决方法吗?
Although it feels like a bug in iTunes connect, any one found a workaround for this?
推荐答案
我也遇到了这个问题,我发现这是因为我无意中将启动屏幕文件"(常规项目设置)设置为 Main 的名称.故事板.当我清除它时,我能够成功提交审核.
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 中构建时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!