Skip to main content
Inspiring
April 19, 2019
Answered

The bundle does not support the minimum OS Version

  • April 19, 2019
  • 1 reply
  • 4965 views

Hi,

I'm trying to upload my app with the last version of AIR (32.0.0.116), but everytime "Application Loader" throws an error saying :

ERROR ITMS-90208: "Invalid Bundle. The bundle *** does not support the minimum OS Version specified in the Info.plist."

How can I fix that ? Impossible to upload my build.... I need help,

Thank you !

This topic has been closed for replies.
Correct answer Stephdidou

I found a solution. In the xml file of your project, add theses lines in <Iphone> sections :

<key>MinimumOSVersion</key>

<string>10.0</string>

It will work

1 reply

StephdidouAuthorCorrect answer
Inspiring
April 19, 2019

I found a solution. In the xml file of your project, add theses lines in <Iphone> sections :

<key>MinimumOSVersion</key>

<string>10.0</string>

It will work