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

ADT packaging issue

New Here ,
Aug 25, 2016 Aug 25, 2016

Copy link to clipboard

Copied

Hi,

I am trying to package an app for iOS with AIR SDK 22. The app uses native extensions. My packaging command is:

adt -package -target ipa-app-store -storetype pkcs12 -hideAneLibSymbols yes -useLegacyAOT no -provisioning-profile freelancerApp/vodanet_distribution.mobileprovision -keystore freelancerApp/free_ios.p12 M_001.ipa freelancerApp/application.xml -extdir ANEs -C freelancerApp mobileapp.swf icons

And the error returned was:

Undefined symbols for architecture arm64

Undefined symbols for architecture armv7

Kindly help me to resolve this issue.

Thank you.

TOPICS
Development

Views

667

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
Advocate ,
Aug 25, 2016 Aug 25, 2016

Copy link to clipboard

Copied

try to remove -useLegacyAOT no

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
New Here ,
Aug 25, 2016 Aug 25, 2016

Copy link to clipboard

Copied

did that, still same..

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
New Here ,
Aug 25, 2016 Aug 25, 2016

Copy link to clipboard

Copied

packagingIssue.png

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 ,
Aug 30, 2016 Aug 30, 2016

Copy link to clipboard

Copied

Hi Sushil,

Thanks for reporting the issue .We have tried this issue at our end and we were able to package the application.If possible,can you please share the swf ,xml and required resources such  as ane so that we can help you better in resolving the issue.

Thanks,

Adobe AIR Team

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
Engaged ,
Sep 02, 2016 Sep 02, 2016

Copy link to clipboard

Copied

LATEST

Hi,

Looks like you are using one of distriqt's extensions. That error normally indicates you have missed the Core ANE? Make sure you have included the following ANE in your project:

GitHub - distriqt/ANE-Core: ANE providing a centralised notification / delegation system

Contact us on github if you need further support.

Cheers

Michael

air native extensions // https://airnativeextensions.com

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