iPhone app not starting on simulator, no errors iPhone app not starting on simulator, no errors xcode xcode

iPhone app not starting on simulator, no errors


This might help you as it helped me

Xcode->Product->Edit Scheme

here you can see "Executables" set here "yourappname.app" and it will start working quite fine


Extending on Ashar's answer (as it worked for me).

First click into "Edit Scheme", pictured below.

click edit scheme

Then in the popup that appears, click Run [Your App Name] and set the Executable dropdown menu to [Your App Name].app, pictured below. click Run<App Name>, set executable

This fixed the issue for me. Hope it helps.