Does it matter what device you built for in the Corona Simulator? In the Corona simulator I chose the iPhone 5 and built for XCode. I followed your commands and was able to launch Xcode simulator for 6 plus device. I also see my app on the screen. When I click on my App it begins to Open and correctly shows my launch image but then shuts down. In looking at the system logs I see the following:
Oct 22 17:25:02 — last message repeated 1 time —
Oct 22 17:25:02 sdgl12893de4e assertiond[1243]: assertion failed: 13F34 12A365: assertiond + 11619 [03CE1BE5-ACCB-3989-A453-41D167A25E66]: 0x1
Oct 22 17:25:02 sdgl12893de4e com.apple.CoreSimulator.SimDevice.906302C8-1E39-4A04-B581-D2CD760416E2.launchd_sim[1228] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
Oct 22 17:25:02 sdgl12893de4e joggingtrainer[1445]: assertion failed: 13F34 12A365: libxpc.dylib + 59417 [75E30F22-514B-3A20-B82C-EDA43AF5C35C]: 0x7d
Oct 22 17:25:02 sdgl12893de4e assertiond[1243]: assertion failed: 13F34 12A365: assertiond + 11619 [03CE1BE5-ACCB-3989-A453-41D167A25E66]: 0x1
Oct 22 17:25:02 sdgl12893de4e.local.tld SpringBoard[1239]: [MPUSystemMediaControls] Updating supported commands for now playing application.
Oct 22 17:25:02 sdgl12893de4e com.apple.CoreSimulator.SimDevice.906302C8-1E39-4A04-B581-D2CD760416E2.launchd_sim[1228] (UIKitApplication:com.capievideo.joggingtrainer[0xdf7d][1445]): Service exited with abnormal code: 1
Is there anything that I am missing to do here?