Skip to main content
Inspiring
June 19, 2012
Answered

Extremely strange : Ipa works for "device debugging" but crashes for "deployment"

  • June 19, 2012
  • 2 replies
  • 543 views

Hi there,
In both types of ipa the app starts up fine but if the app is complied for deployment it crashes at this one point where data is being downloaded and written to a database. In the debug mode the app works fine every time and never shows an error.I'm completely stumped. Thanks. I really need your help.

This topic has been closed for replies.
Correct answer

Hi luke,

Can you please share your project with me ? It would help in investigating the issue . You can either attach your project here or send it to me akharban(at)adobe(dot)com.

2 replies

Correct answer
June 20, 2012

Hi luke,

Can you please share your project with me ? It would help in investigating the issue . You can either attach your project here or send it to me akharban(at)adobe(dot)com.

Inspiring
June 20, 2012

Abhayjit,
Thank you so much for your generosity.
I just started putting together a version of my project for you when I cam across this line :
var location:String = new Error().getStackTrace().match( /(?<=\/|\\)\w+?.as:\d+?(?=])/g )[1].replace( ":" , ", line " );
trace( location );

I commented it out and everything is working ! I'm SO stupid I put this in myself to find the location of the caller!
Anyway do you agree that this was causing the problem ?