Skip to main content
Participant
November 30, 2013
Question

ipa debug build works fine but release build crashes

  • November 30, 2013
  • 1 reply
  • 478 views

I have done a project in flash builder 4.6  air sdk 3.5 , using AS3  while debuging its works fine in emulator and device after that I installed the realease version on the same device which have IOS 7 the app crashes after loading the first screen and doesn't respond. Android version working fine too please help me on this topic thank you.

This topic has been closed for replies.

1 reply

Colin Holgate
Inspiring
November 30, 2013

Are you using device debugging or device debugging in interpreter mode? There is a chance that you’re relying on some external code in swfs you’re loading, and that will work in interpreter mode, and on Android, but not on iOS in a regular build.