提交更新时出现ios7错误.此捆绑包不支持一个或多个设备

Dar*_*olo 8 xcode titanium ios ios7 xcode5

应用程序上下文:ios7,xcode 5,用钛appcelerator(sdk 3.1.3GA)编写,以前的版本兼容性如图所示(直接来自itunes connect)

在此输入图像描述

完整的错误是

this bundle does not support one or more devices. supported by the revious app version. your app update must continue to support all devices previously supported. your declare supported device in Xcode with the Targeted Device Family build setting. Refer to QA1623 for additional information: https://developer.apple.com/library/ios/qa/qa1623/_index.html

现在.我在建筑物设置中检查了消息所说的内容,结果作为图像附加.

项目 iphone目标ipad目标普遍目标 正如你所看到的,我应该覆盖所有苹果设备(iphone/ipad),但仍然给我同样的错误.谁知道为什么?

提前致谢

Nik*_* M. 21

您的应用程序以前也支持iPad.您无法在更新中放弃对设备系列(iPhone或iPad)的支持.在项目设置>常规选项卡中使您的应用程序通用.

在此输入图像描述