Skip to main content
Known Participant
October 10, 2014
Question

bundle does not support minimum os version specified in info.plist

  • October 10, 2014
  • 6 replies
  • 3976 views

Hello, i still canno't update my app because of the error mentionned in the title.

My settings:

windows 8.1

flashbuilder 4.7

flex 4.13

air 15.0.0.302

i've mentionned minimumOsVersion = 6.1 in the app descriptor (tryed every thing there, from 4.3 to 8.0)

tryed to compile with useLegacyAOT = yes/no

my app is still refused, while working perfectly ad hoc

apple is not answering me...

help !

thank you

This topic has been closed for replies.

6 replies

esdebon
Inspiring
January 5, 2015

"info.plist" is not equal to "application.xml" @

GaboleAuthor
Known Participant
October 17, 2014

omg...went back to app manager on apple websites, and updated the settings of my future version, the one i was trying to update and that was refused (minimumOsVersion etc...). I added the screenCaptures for 4' and 4.7'...saved the changes. then for some reason i tryed a 86th time (no kidding) to upload my ipa (without performing any changes since last try)...and magically my ipa has been accepted and pending verification...so check if the "minimumOSVersion" issue is not related to some missing infos about your app version on apple website...i don't see what else it could be since i didn't really changed nothing during all theses changes..If this is confirmed, this would be the mother of all apple style crap ever...good luck all !

Participant
January 3, 2015

I was having this problem as well. It turned out it was my version of xcode that was out of date. After getting completely up to date with flash pro and osx it's also good to update xcode even if you're not using it in the case of mysterious errors.

FramaisCellarGhost
Known Participant
October 17, 2014

Having the same problem...

GaboleAuthor
Known Participant
October 17, 2014

thx !!! i feel less alone and stupid now

GaboleAuthor
Known Participant
October 17, 2014

so nobody want to help and paste the result of it's info.plist so i can compare with what i got ? i don't see any other option to find the problem, as neither apple nor adobe want to reply...i followed all guidelines, updated everything, recompiled everything, re signed everything...and my app is just working fine ad hoc...so wtf is wrong !!!

JC Lee
Participant
October 17, 2014

pls application xml add to:

<InfoAdditions><![CDATA[
  
<key>UIDeviceFamily</key>
  
<array>
  
<string>1</string>
  
<string>2</string>
  
</array>
  
<key>MinimumOSVersion</key>
  
<string>6.0</string>
  ]]>
</InfoAdditions>


After that, the application loader uploaded my ipa with no errors.

GaboleAuthor
Known Participant
October 17, 2014

thank you for your reply, but as you can notice i put this already in my file. tryed everyting from 6.0 to 8.0, always same result...

GaboleAuthor
Known Participant
October 14, 2014

1 question: could it be related to the splash images ? i only added 2 splash images, are all the sizes specified here Adobe AIR * Application icons mandatory ?

thank you for your help

Colin Holgate
Inspiring
October 14, 2014

That page is missing the iPhone 6 & 6+ sizes, but otherwise it's correct. Some of the icons are recommended rather than required, but if you can have something that makes the icons in a batch, you may as well do all 18.

GaboleAuthor
Known Participant
October 14, 2014

thank you for your reply, but do you think this can be the reason why my app cannot be uploaded and throw this error ?