Java crashes during conversion in app-store mode (iOS)
I have a Flash app that I'm trying to convert for iOS, and adt converts it fine when the target is set to ipa-test. However, if I change that to ipa-app-store, it runs about the same length of time and then pops-up a totally white dialog with the title "Microsoft Visual C++ Runtime Library." Clicking the only available button on the dialog causes the conversion process to terminate. My guess would be that the problem is something that happens at the very end of the process. (And obviously something that is different between ipa-test and ipa-app-store.)
I've tried both Java 1.5 and Java 1.6 and both produce similar results (which leads me to suspect something from an external .dll. Specifically, I tried to blame capicom.dll which Adobe ships, but that appears to be the latest version (which itself has been depricated by MSFT). Also I tried Java various memory setting hoping to jar something into compliance, but all of those efforts have also failed.
I'm without a clue for what to try next. Please help!
