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

I can't compile for iOS anymore with Flex and AIR 3.8

Explorer ,
Feb 24, 2014 Feb 24, 2014

Copy link to clipboard

Copied

Hi Adobe team and others,

I'm using Apache 4.10 Flex framework and adobe Air 3.8 for my business projects.

I always had some problems to compile and publish iOS application (with Air 3.5 before), but with AIR 3.8, that was a miracle, I could compile my projects without any errors on Windows ... until today.

I'm executing this command in DOS to compile my project:

"C:\Program Files\Java\jre7\bin\java.exe" -jar "C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\sdks\4.10 - AIR 3.8\lib\adt.jar" -package -target ipa-app-store -hideAneLibSymbols no -provisioning-profile "S:\Directory_to_MobileProvision.mobileprovision" -storetype pkcs12 -keystore "S:\Directory_to_Certificats_ios.p12" -storepass my_private_password Proginov_FVTE_V45.ipa Proginov_FVTE_V45-app.xml assets com config_app.xml Default-568h@2x.png Proginov_FVTE_V45.swf -extdir "S:/Directory_to_ANE/air_3.8_pnv_3.00"

And I'm getting this result after 1 hour compiling:

Bug iOS.png

If you want, I can send you my bin-release-temp folder and ANE to try by yourself, but I need a private mail, because I don't want to publish my private project to everyone.

Thanks

TOPICS
Performance issues

Views

448

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

Adobe Employee , Feb 24, 2014 Feb 24, 2014

Could you please try increasing java heap size in your command.

e.g, "C:\Program Files\Java\jre7\bin\java.exe" -Xmx2048m -jar ...

Votes

Translate

Translate
Adobe Employee ,
Feb 24, 2014 Feb 24, 2014

Copy link to clipboard

Copied

Could you please try increasing java heap size in your command.

e.g, "C:\Program Files\Java\jre7\bin\java.exe" -Xmx2048m -jar ...

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
Explorer ,
Feb 25, 2014 Feb 25, 2014

Copy link to clipboard

Copied

LATEST

Thank you a lot.

I remember I tried this with AIR 3.5, and that didn't work.

But with AIR 3.8, it's OK.

Perfect

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