Environment:
- Flash Builder 4.6
- AIR SDK 3.1
- OS X 10.7.3
I'm debugging a problem that does appear in iOS builds of app that uses my SWC library, compiled with FB, and does not appear in the iOS builds of very similar app done with raw AIR SDK.
I suspect that the reason of a problem is a difference in compiler configuration. Now I'm trying to manually (and unsuccessfully) craft the ant's build.xml so it would match whatever I think FB is doing in hope that I would see the same crash at some point. But this is not very effective.
Is there a way I can see how FB invokes adt
etc. and compare that with my ant
config?
Any other troubleshooting hints?