ADT doesn't produce .dSYM file anymore
Hi,
I want to debug an Air Native Extension on iOS but can't get ADT to produce the .dSYM file required to symbolicate my crash logs.
I took a look at this other post as well as this blog article and it is my understanding that the .dSYM should be produced in the same folder as my .ipa, which is bin-debug in this case. The problem is that the .dSYM is not there (or anywhere else on my machine).
Some information:
- I'm on Mac OSX Mountain Lion 10.8.1
- I use Flash Builder 4.6 but also tried Flash Builder 4.7
- I use Flex SDK 4.6.0 with AIR SDK overlay (cf. http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html). I tried with Air 3.2 and 3.4.
- I tried to package from Flash Builder, from Ant, from the command line, the result is the same. The .ipa is created but no .dSYM.
- I also tried "Export Release Build" in FB 4.7 with the option to keep the bin-release-temp folder, but the .dSYM wasn't there either.
- I use the -platformsdk option, I tried with both iOS 4.3 and iOS 6.0 SDKs, but they produce the same result.
If someone knows what could cause ADT not to produce the .dSYM file, some help would be appreciated.
I read that the .dSYM file is generated when the application contains a native extension, which makes me think that in my case maybe ADT doesn't acknowledge the fact that my application uses a native extension (many extensions by the way). But I use the -extdir parameter so I don't know what else I can do...
Thanks
Alex
