Skip to main content
SangHee
Known Participant
January 22, 2015
Question

local_nostrip.arm-air.txt is missing in AIR SDK 16

  • January 22, 2015
  • 1 reply
  • 1028 views

I merged Flex SDK 4.6.0 and AIR SDK 16.0.0.272 and use it in the Flash Builder 4.6.


I downloaded AIR SDK 16.0.0.272 in the following :

( Because I use Flash Builder, I downloaded the original AIR SDK without the new compiler. )

http://www.adobe.com/devnet/air/air-sdk-download.html


I added ANE files to my app and entered iOS SDK path in the properties window of project.

* iOS SDK path : /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/


When I build my app, the following error occurred :


After I read the error message, I check whether local_nostrip.arm-air.txt is in the specified location.

I found local_nostrip.arm-air.txt is missing in the sdk - it does not exist in the {pathtosdk}/lib/aot/lib/.


In the AIR SDK 15, local_nostrip.arm-air.txt  file is in the {pathtosdk}/lib/aot/lib/.

Can I use local_nostrip.arm-air.txt of the AIR 15 instead?

Does anybody know?

This topic has been closed for replies.

1 reply

Adobe Employee
January 22, 2015

Hi,

Can you try with -useLegacyAOT no as additional compiler argument in your project?

If it is still failing, kindly send us the flashbuilder project on which you are facing this issue.

Roshan

Adobe AIR

SangHee
SangHeeAuthor
Known Participant
January 22, 2015

I am using Flash Builder 4.6.

When I entered -useLegacyAOT no in the additional compiler arguments field, the error message appeared.

It is " unknown configuration variable 'useLegacyAOT' ".

What do you think I should do?

Adobe Employee
January 22, 2015

Hi,

Please add the parameter in run configuration of your project

1. Go to run configuration of your project

2. Customize launch

3. Check if you have -useLegacyAOT parameter already

4. If yes, change the value from yes to no.

5. Build again

Roshan

Adobe Air