Crashes on iPad don't occur in Simulator or Debugger-HELP!

We've been testing our new book app and everything runs great on the simulator with no bugs, memory issues or errors. But when we build it on the iPad2, we get intermittent crashes. Mostly where the page won't advance to the next screen. We have had some problems with tweens, but I believe we've solved those issues. Is there any other way that we can use the debugger on the device? Is there a way to send our build into Corona for help?

Nick

anyway you can provide a crash log?

and if you are switching between pages, make sure file name case sensitivity matches.

Foo.png is no the same as foo.png on the device. you will get a file not found error and crash. evne require (foo) is not the same as require(Foo)

have you tried it running in the xcode simulator? build->xcode simulator

once you run it in the simulator, you can use xcode organizer to look for crash log.

carlos

was successful running it in xcode, but it just froze. I can't find where to look for crash logs in Xcode organizer. Can you give me additional details.

Carlos,

We found the crash log and just sent it to you in an email (5:48 Arizona time same as CA).

Nick Nebelsky

views:1379 update:2011/10/15 21:01:16
corona forums © 2003-2011