problem with ios simulator

Hi guys, here’s my problem:

Once I build for ios and I try my app on the ios simulator, it only shows the default.png logo, the the screen become black, but when I run my app on the corona simulator, it works…how can I solve my problem?

Thank you! :slight_smile: [import]uid: 76800 topic_id: 23213 reply_id: 323213[/import]

Build for your device and then look in Xcode console for logs.

Also, you could troubleshoot by commenting out bits of code that trigger when your app loads, see if you can isolate the section causing the black screen.

Are you using things that are only available on device and not in Corona simulator? Like Facebook, Openfeint, Gamecenter, Ads, etc? If so one of these is most probably the culprit.

Peach :slight_smile: [import]uid: 52491 topic_id: 23213 reply_id: 92955[/import]

Thanks! you have been very helpful :wink: [import]uid: 76800 topic_id: 23213 reply_id: 93358[/import]

No worries; I hope that helps you get it sorted out :slight_smile: [import]uid: 52491 topic_id: 23213 reply_id: 93454[/import]