Skip to main content
Inspiring
April 13, 2016
해결됨

Rundown of AIR SDKs results

  • April 13, 2016
  • 2 답변들
  • 1751 조회

Right now I'm using AIR SDK 19 and can't seem to get anything working when using a higher version of the SDK.

I can provide more information but here's my setup:

     - MAC computer , OSX 10.11.4

     - empty mobile (literally nothing in constructor) app targeted for Ios and debugging on Ipad3 (ios 8.4.1).

     - valid dev certificate and profile.

     - All AIR SDKs from 17 to 22 beta.

     - After each test, FB is closed and SDK is changed to higher version.

compile with sdk 17: success

compile with sdk 18: success

compile with sdk 19: success

compile with sdk 20: failed with 'applicationVerificationFailed'

compile with sdk 21: failed with (no such file or directory)

compile with sdk 22 beta: success


Adding a simple ane (email) with 2 lines of code to make the email view appear:


compile with sdk 17: success, email shown

compile with sdk 18: success, email shown

compile with sdk 19: success, email shown

compile with sdk 20: failed with 'applicationVerificationFailed'

compile with sdk 21: failed with (no such file or directory)

compile with sdk 22 beta: success, , email crashes the app


I can even show the video of all those tests. After reading the release notes of 20, 21, 22 I can't seem to find anything that could account for such a result. No new way it seems to build ane is required, no new way to setup ios project is required, same thing on Apple side. So I can't find any reason as to why 20, 21, 22 can't work out of the box. Anyone as any clue here?

이 주제는 답변이 닫혔습니다.
최고의 답변: lokeshk51796582

any news on this?


Hi,

We are not able to reproduce this issue with the project you have provided.We have tried to reproduce this issue by using mac 10.11 with java 7u79 on ipad (8.4.1) ,ios 9.3.1(I phone 6+) and ios7 by using AIR 19,20,21 and 22 .Can you please try with latest build available at

Download Adobe AIR 22 Beta - Adobe Labs  and let us know .

Thanks,

Adobe AIR Team

2 답변

ASWC작성자
Inspiring
May 25, 2016

As far as I can tell, using AIR SDK 22 build 149 resolved the problem. In previous tests using AIR SDK 22 build 89, the test app could run on device but would crash when attempting to make use of one of my anes (simple send email), using build 149 the ane works correctly. I still need to test that build with one of my full project and see how stable it is and I will report back any problems if I find one. Thx for the update!

Inspiring
April 13, 2016

My team has had similar issues, so we are sticking with AIR 19 until they are resolved.

ASWC작성자
Inspiring
April 13, 2016

Thx for the confirmation, I can now stop banging my head on the wall.

ASWC작성자
Inspiring
April 18, 2016

Hi ,

Thanks for the information.We are not able to reproduce this issue at our end.We will be glad to help if you can provide us  ane and sample project on which this issue is reproducible.

Thanks,

Adobe AIR Team


I can provide the ane but like I said my testing was done with an empty project that didn't have a single line of code and AIR 20/21 wasn't compiling anyway in my tests without the ane. I don't see my certificate/profile being a problem since AIR 17/18/19 and 22 was compiling on device. Here's more information:

Mac:

  Model Identifier: iMac14,2

  Processor Name: Intel Core i7

  Processor Speed: 3.5 GHz

  Number of Processors: 1

  Total Number of Cores: 4

  L2 Cache (per Core): 256 KB

  L3 Cache: 8 MB

  Memory: 16 GB

  Boot ROM Version: IM142.0118.B13

  SMC Version (system): 2.15f7

  Serial Number (system): D25LK19JF8JC

  Hardware UUID: 75AC990A-88E9-5C34-A290-E38946A69208

java version "1.7.0_79"

FB 4.7 is not modified in any way.

Now since AIR 22 BETA crashes on device when I include the little email ane (in simple empty project) I can provide that ane for testing just let me know how to send it. If it's really more relevant I can zip the empty project I tested with and send it as well.

Question out of the blue, can XCode be in any way responsible?