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

Dario Rusignuolo picture Dario Rusignuolo · Nov 12, 2013 · Viewed 11.1k times · Source

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.

project iphone 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

Answer

Nikos M. picture Nikos M. · Nov 12, 2013

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