apps crash when i build for XCode Simulator

Hello

I build the sample apps for XCode Simulator, but why when the apps start it straight close the apps…
but when i build for android, and i start in simulator everthing is ok. can someone explain it?

Thank you

PS: Corona is REALLLLLLYYYYY ROCK :smiley: :smiley: :smiley: [import]uid: 7427 topic_id: 3467 reply_id: 303467[/import]

There is a known issue when you re-build an app for Xcode Simulator that is already installed in the simulator (with the same name), the newly built app will crash on launch. There are a couple of workarounds until this is resolved:

* Give the app a unique name in the build dialog
* Delete the existing app from the simulator before re-building
* Reset the simulator’s settings/content (File > Reset Content and Settings) before rebuilding.

If you’re seeing a different type of problem, let me know.

Tim
[import]uid: 8196 topic_id: 3467 reply_id: 10518[/import]

Hello,

I already did all you told me. but still error.
when the apps start it’s close. when i click again, same problem.

can you explain to me why? :smiley: [import]uid: 7427 topic_id: 3467 reply_id: 10857[/import]

Make sure you have the most recent version of XCode and iOS SDK

  • Erase the built files in the folder you saved them to.

  • On the simulator erase content and settings. Rebuild your app.

  • On your device, hold your finger over the app until it starts to shake. Delete by pressing the ‘x’. In iTunes remove the app and move to trash when prompted. Rebuild your app and add it to iTunes. Sync. [import]uid: 11024 topic_id: 3467 reply_id: 10915[/import]

Well, i’ll download the update then.
Thank you [import]uid: 7427 topic_id: 3467 reply_id: 10918[/import]

Thank you corona, this solved my issue. [import]uid: 9546 topic_id: 3467 reply_id: 23297[/import]