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

ADT packaging issue

New Here ,
Aug 25, 2016 Aug 25, 2016

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
823
Translate
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

try to remove -useLegacyAOT no

Translate
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

did that, still same..

Translate
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

packagingIssue.png

Translate
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

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

Translate
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
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
Translate
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