Skip to main content
lagoon_bbo
Known Participant
January 21, 2015
Answered

AIR SDK 16.0.0.283 : still IOS MinimumOSVersion problem

  • January 21, 2015
  • 4 replies
  • 4493 views

Hi, i just updated to the new AIR SDK and i still have the same error from itunes connect :


Minimum OS Version Mismatch - The minimum OS version (LC_VERSION_MIN_IPHONEOS) in the binary ('5.1') 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.

As the last SDK don't work for IOS 7, i have to limit the IOS version and i cannot do that either 😕😕

is there a solution for limit this ? maybe modifying a info.plist or something else ?

This topic has been closed for replies.
Correct answer Abhinav_Dhandh

Hi All

We have identified the issue related to the Minimum OS Version Mismatch error which you have been getting while submitting your apps using ANEs which have conflicting minOSVersion as compared to that of the app.

The fix for the same should be available in the next release of AIR SDK.

Regards

Abhinav

4 replies

Participant
February 4, 2015

Hi,

There is a workaround - building a dummy ane with -ios_version_min 8.0 option in the platformoptions.xml solves that problem.

The ipa then will pass iTunes minumum OS version check

Edit:

I have created dummy iOS 7 and iOS 8 anes. Just add the version you need. You don't have to call any initializing method, just let it stay there This should work

Dropbox - ane minios.zip

Participant
February 4, 2015

the workaround does not work for me

- added ane

- did edit app xml with extension id

- even referenced you dummyclass in code just to be sure

still same error on upload

Inspiring
February 5, 2015

Finally: Download Adobe AIR 17 Beta - Adobe Labs :-)

Uploaded two Apps - everything is fine! Thanks Adobe!

Inspiring
January 29, 2015

I'm experiencing this issue as well.  I'm seeing:

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.


We are using a few ANEs.

Abhinav_Dhandh
Adobe Employee
Abhinav_DhandhCorrect answer
Adobe Employee
February 2, 2015

Hi All

We have identified the issue related to the Minimum OS Version Mismatch error which you have been getting while submitting your apps using ANEs which have conflicting minOSVersion as compared to that of the app.

The fix for the same should be available in the next release of AIR SDK.

Regards

Abhinav

Inspiring
February 2, 2015

Hi Abhinav,

good to hear! Can you please tell us when this fix will be available (1-2 days? a week? ... more!?).

I'm no longer able to upload my Apps until then. So the sooner the better.

Best

Jan

Participant
January 21, 2015

Almost same problem. I'm getting error:

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

Tried to package with 16.0.0.283 (checked Info.plist - CTAirSdkVersion is right), but got the same error after deploy

I'll provide archive with ANEs and app descriptor via PM in a moment

Abhinav_Dhandh
Adobe Employee
Adobe Employee
January 21, 2015

Hi

Ideally this should not occur with the latest AIRSDK beta(Build # 16.0.0.283) released yesterday because this issue was fixed & verified on this build.

Could you please confirm the following things:

1. Are you using any ANE in your application?

2. Have you specified MinimumOSVersion in Application Descriptor? If yes, what is the value for the same?

Regards

Abhinav

lagoon_bbo
Known Participant
January 21, 2015

Hi Abhinav,

Yes i use the following ANE's in my project :

- AdColony

- distriqt Application

- distriqt ApplicationRater

- distriqt FacebookAPI

- distriqt InAppBilling

- distriqt MediaPlayer

- distriqt PushNotification

I have specified MinimumOSVersion as follow in the app.xml :

<iPhone>

        <InfoAdditions><![CDATA[

          <key>UIDeviceFamily</key>

          <array>

                  <string>1</string>

                  <string>2</string>

          </array>

          <key>MinimumOSVersion</key>

          <string>8.0</string>

  ]]></InfoAdditions>

</iPhone>

I have verified in my ipa info.plist and i have :

<key>CTAirSdkVersion</key>

<string>16.0.0.283</string>

Abhinav_Dhandh
Adobe Employee
Adobe Employee
January 21, 2015

Thanks for confirming.

To help investigate further, could you please share these 7 ANE's & the application descriptor file of your application with us?

You could send in a PM to us with the URL for downloading these assets.

Regards

Abhinav