新的 4.0 iPhone 应用程序不针对 iPad,提交时出错
我正准备拔掉我的头发。我构建了一个新应用程序,但选择仅使用 iOS4 并排除 iPad 目标。我在提交时不断收到此错误:
“此捆绑包无效。针对 iPad 设备系列的应用程序可能不需要 4.0 或 4.1 的 iOS 部署目标,它们仅支持 iPhone 和 iPod。”
我不知道它在说什么。我的基础 SDK 是 4.1,我的目标 SDK 是 4.0。我添加了一个 72x72 的 iPad 图标,因为它首先开始抱怨我没有 iPad 图标。现在它抱怨iPad还不支持4.0。
我不知道该怎么办。我的 .plist 中是否缺少某些内容?
I'm about ready to pull my hair out. I've built a new app but opted to go iOS4 only and exclude an iPad target. I keep getting this error when submitting:
"This bundle is invalid. An application targeting the iPad device family may not require a iOS Deployment Target of 4.0 or 4.1, which support iPhone and iPod only."
I don't know what it's talking about. My base SDK is 4.1, my targeted SDK is 4.0. I included an iPad icon at 72x72 because it first started complaining that I didn't have an iPad icon. Now it's complaining that iPad doesn't support 4.0 yet.
I'm not sure what to do. Is there something in my .plist I'm missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅目标设置中的目标设备系列设置。它可能设置为“iPhone/iPad”而不是“iPhone”。
See the Targeted Device Family setting in your Target settings. It is probably set to 'iPhone/iPad' and not to 'iPhone'.