Skip to main content
This topic is closed to new replies. Start a new post to keep the conversation going.

3 replies

Adobe Employee
January 27, 2016

Hi,

Yes, you can generate the .dsym file through Flash Builder. Please follow the below steps:

1. Create the sample AIR iOS project.

2. Add some iOS ANE to desymbolicate into that sample project.

3. Run the App in Debug mode.

4. AOT folder should be created under bin-debug folder of sample project.

5. You can find the .dsym file(e.g. sampleProject.dSYM) under that AOT folder.

Hope it will helps!!

Thanks,

Adobe AIR Team

ron_zaidman
Participant
January 27, 2016

I can see now this AOT folder is created in bin-debug folder only when I disable Copy non-embedded files to output folder in Compiler options.

The problem now is that it is immediately deleted , and I can't catch it to copy.

details:

I use Air SDK 20.0.0.204

Windows 10

Flash Builder 4.7