Skip to main content
Inspiring
January 14, 2015
Question

AIR 16 Public SDK gets rejected by Apple [Minimum OS Version Mismatch]

  • January 14, 2015
  • 6 replies
  • 1846 views

Just tried doing a submission. It immediately gets rejected for Invalid Binary.

Invalid Binary Error

Minimum OS Version Mismatch - The minimum OS version (LC_VERSION_MIN_IPHONEOS) in the binary ('6.0') for architecture ('armv7') differs from the MinimumOSVersion ('7.0') in the Info.plist.

This topic has been closed for replies.

6 replies

MJD1981
Inspiring
February 5, 2015

I just experienced this - even though I had no such problem last week using the same ANEs. I'm targeting OS 6.1 as a minimum. Does the recently released AIR 17 beta address this???

Anki_AG_
Adobe Employee
Adobe Employee
February 5, 2015

Hi,

We have fixed the issue. Please try with the latest Beta release and let us know if the issue persists.

Thanks,

Adobe Air Team

Inspiring
January 29, 2015

this probably has to do with the same reason why the iPad 1 on iOS 5 suddenly stopped being able to install Adobe AIR IPA files.

Participant
January 15, 2015

We are also seeing this issue. Even compiling a basic project with just the necessary items and no ANE's results in the following error when uploaded to the app store:

Minimum OS Version Mismatch - The minimum OS version (LC_VERSION_MIN_IPHONEOS) in the binary ('5.0') for architecture ('armv7') differs from the MinimumOSVersion ('8.0') in the Info.plist.

Minimum OS Version Mismatch - The minimum OS version (LC_VERSION_MIN_IPHONEOS) in the binary ('7.0') for architecture ('arm64') differs from the MinimumOSVersion ('8.0') in the Info.plist.

Reverting to Air SDK 15 bypasses the issue for now.

Abhinav_Dhandh
Adobe Employee
Adobe Employee
January 16, 2015

Hi

Thanks for reporting this issue. It has been reproduced at our end & our team is looking into it.

Regards

Abhinav

Participant
January 17, 2015

Just to give another vote up - today I have experienced this issue too. Does your team have some time estimate on resolving the issue?

Thanks

esdebon
Inspiring
January 14, 2015

Add into your AppName-app.xml manifest into "InfoAdditions" section.


<key>MinimumOSVersion</key>
<string>6.0</string>

Applauz78Author
Inspiring
January 15, 2015

I already tried this ... still same error.

esdebon
Inspiring
January 14, 2015

Are you using an ANE?

Applauz78Author
Inspiring
January 14, 2015

Please tell me I'm not going to have to wait for AIR 17 Beta to be able to submit to the store again.....