Question
Where to locate the .dSYM file for the iOS App?
I have an iOS app built using Flash Builder 4.6 (AIR SDK 3.1). This app also has quite a few native extensions added to it. Now I am getting crashes from one of these native extensions. I need to debug and understand the crash log, but can't locate the .dSYM file for my app.
Is .dSYM file generated for AIR app for iOS with native extensions? If yes, where can one locate it and debug against crash logs.