adt dSYM generation only for ipa-debug?
I have two questions regarding the packaging with adt.
When using the air sdk adt command to package my application, I seem to get a dsym file with symbols only for arm64. However if I unpackage the ipa file and run dsymutil on the application, I am able to generate a dsym file that contains symbols for both armv7 and arm64. Is this expected behaviour? if so what is the reason for this?
Also the adt package and symbolication seems to only work for ipa-debug targets. The problem is that I can't really read anywhere if this is expected behaviour or not. The problem is that we will not be able to symbolicate a crash log unless we only run apple device tests on ipa-debug. We are currently rarely using the ipa-debug as it is running significantly worse than an ad-hoc packaging on the devices. Am I running into issues here or is it expected behaviour to have symbolication only working for debug builds?
