Hi, We had exact the same problem with our apps when we build with AIR 15.0 on IOS. In previous version the app never crashed.
After a long search I found out that when I parse an XML and use hasOwnProperty in a loop the app crashes. When I removed the method and used (@attr in xml) instead the problem was solved. Maybe there's a memory issue or AIR 15.0 is stricter in memory use. Maarten
