• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

The bundle does not support the minimum OS Version

Contributor ,
Apr 18, 2019 Apr 18, 2019

Copy link to clipboard

Copied

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 !

TOPICS
Performance issues

Views

4.4K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Contributor , Apr 18, 2019 Apr 18, 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

Votes

Translate

Translate
Contributor ,
Apr 18, 2019 Apr 18, 2019

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines