Skip to main content
Kartik_Mehta
Inspiring
June 11, 2012
Répondu

Not able to build ipa with native extension in flash cs6 with air sdk 3.3

Hi All,

I am trying to create a sample application with air for iOS(air sdk 3.3) using inapp mail native extension(http://flashsimulations.com/2011/11/30/ios-native-extension-for-adobe-air-in-app-mail-composer/) in flash cs6. For some reasons when i tried to create ipa my build process is not getting completed it is showing me progress for long time. Has anyone faced this kind of issue with air sdk 3.3?

Is there anything that i have to check while creating ipa with air sdk 3.3 as i am able to build it with air sdk 3.2.

Thanks,

Kartik

Ce sujet a été fermé aux réponses.
Meilleure réponse par

Hi,

Its probably because the number of warnings in your application is very high and its a known issue that packaging fails in Flash Pro/Flash Builder, if the number of warnings is high.
You may want to suppress the warnings using -w in the platform.xml file and repackage your ANE using the -platformoptions switch. Then, you will be able to package your app in Flash Pro.

If that’s not possible, you may just package your application on command line.

Hope that solves your problem.

Neha

8 commentaires

Participant
June 11, 2012

I not able too. I use flash builder 4.6, air 3.3 and use ANE, when package it have no error message but show package window long time.

June 13, 2012
Inspiring
June 13, 2012

Neha,

I just recently discovered your blog and wanted to express my appreciation. There's loads of useful and timely information there for AIR developers.

+10

Réponse
June 11, 2012

Hi,

Its probably because the number of warnings in your application is very high and its a known issue that packaging fails in Flash Pro/Flash Builder, if the number of warnings is high.
You may want to suppress the warnings using -w in the platform.xml file and repackage your ANE using the -platformoptions switch. Then, you will be able to package your app in Flash Pro.

If that’s not possible, you may just package your application on command line.

Hope that solves your problem.

Neha

Kartik_Mehta
Inspiring
June 11, 2012

Hello Neha,

Thanks for the reply.

I will try to repackage ANE and will let you know the result.

Regards,

Kartik.