ios7 error when submitting an update. this bundle does not support one or more devices

情到浓时终转凉″ 提交于 2021-01-27 01:29:22

问题


application context: ios7, xcode 5, written with titanium appcelerator (sdk 3.1.3GA), previous version compatibility was as the image says (directly from itunes connect)

enter image description here

the complete error is

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

Now. I checked in the building settings as what the message says and the results is attached as images.

projectiphone targetipad targetuniversal target as you can see, I should cover all the apple devices (iphone/ipad), but still giving me the same error. anybody knows why?

thanks in advance


回答1:


Your app was previously supported iPad too. You cannot drop support for a device family (iPhone or iPad) in an update. Make your app universal in project settings>General tab.

enter image description here




回答2:


The solution for my problem was to simply rebuild the archive from titanium (publish app to apple store) and then archive the app.

I have selected Universal device for universal target.

no issue were found.

so it seems actually there's no problem in the process, but still don't know why there was that device compatibility problem.



来源:https://stackoverflow.com/questions/19925245/ios7-error-when-submitting-an-update-this-bundle-does-not-support-one-or-more-d

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!