Only crashing on Testflight

daidai picture daidai · Aug 30, 2012 · Viewed 7.5k times · Source

We're using TestFlight to send out pilots of our app.

There's a part of the app that is crashing, and we had a lot of trouble reproducing the crash. The code their is fairly simple.

It turns out that the users who got the App via TestFlight get the crash, while if you build the app and install it using the IDE it doesn't crash!

Anyone have ideas about what might be causing this?

Any ideas for workarounds? We don't want to stop using TestFlight.

Answer

Ben Trengrove picture Ben Trengrove · Aug 30, 2012

Make sure to build your app in Release Mode not in Debug. The app may only crash when in Release.