• 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 package fail: can't open -non_global_symbols_no_strip_list file

Contributor ,
Jan 09, 2015 Jan 09, 2015

Copy link to clipboard

Copied

I'm encountering an error when trying to adt package my project for iOS using AIR 16.0.0.259:

Failed to package AIR application AppName.ipa:

Id: can't open -non_global_symbols_no_strip_list file: /pathtosdk/lib/aot/lib/local_nostrip.arm-air.txt

Compilation failed while executing : Id64

I took a peek inside the sdk and could not find such a file, just a local_nostrip.x86-simulator-air.txt file.

I checked my packing options to ensure -useLegacyAOT no

What is causing this stop ship error?

TOPICS
Air beta

Views

746

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

Contributor , Jan 13, 2015 Jan 13, 2015

@mrsimonrodrigueztip. The correct answer comes  michaelarchbold at that thread:

I've had the same problem but I found if I copy the SDK to another location and dereference any symbolic links that the issue disappears.

i.e.

cp -RLf /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPh oneOS8.1.sdk SOME_OTHER_LOCATION

@Govind@adobe

Votes

Translate

Translate
Explorer ,
Jan 09, 2015 Jan 09, 2015

Copy link to clipboard

Copied

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
Adobe Employee ,
Jan 11, 2015 Jan 11, 2015

Copy link to clipboard

Copied

Hi,

Could you please share sample app and add command?

-Govinda

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
Contributor ,
Jan 13, 2015 Jan 13, 2015

Copy link to clipboard

Copied

@mrsimonrodrigueztip. The correct answer comes  michaelarchbold at that thread:

I've had the same problem but I found if I copy the SDK to another location and dereference any symbolic links that the issue disappears.

i.e.

cp -RLf /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPh oneOS8.1.sdk SOME_OTHER_LOCATION

@Govind@adobe

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 ,
Jan 13, 2015 Jan 13, 2015

Copy link to clipboard

Copied

This works now in the release air 16 version.

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 ,
Jan 19, 2015 Jan 19, 2015

Copy link to clipboard

Copied

LATEST

I think the answer is not correct. At least copying SDK in different location is not very nice idea. /pathtosdk/lib/aot/lib/local_nostrip.arm-air.txt file is missing in sdk and it was there in older versions. I have copied it from there and it looks working.

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