I'm using the iPhone packager that's part of Air 2.7 (adt -package ipa-ad-hoc ...) for a fairly large application. (It takes about ~30 min to run the packager.)
When the app runs on the iPhone, it will crash almost immediately-- long before it gets to my code. The crash log shows
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0xc0067bdb
The debugging facilities included with Flash Builder only work after the app has launched-- there doesn't seem to be anything to help me figure out why its not launching.
I've been able to get toy 'hello world' apps working, but I'm stymied here. Anyone else run into this problem? And, if so, what did you do to diagnose it?