Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOS - failed to start the app

Tags:

ios

I just tried to run my test app and I got this error:

2012-06-16 09:09:10.737 BusinessPlan[832:f803] Failed to instantiate the default view controller for UIMainStoryboardFile 'MainStoryboard_iPhone' - perhaps the designated entry point is not set?

How do I set the designated entry point? And what is that?

Also, when I was going through their intro tutorials, the last time I ran the simulator was on the color-change step, and that worked for me.

like image 752
Genadinik Avatar asked Jun 16 '12 13:06

Genadinik


People also ask

Why is my app not opening up?

Check for Android UpdatesThe app might be too new for your current version of Android. Check if there are any pending system updates on your phone. Install them before trying to rerun the app. To see if you have any system updates waiting in the wings, drag the app-shade down and open the settings menu.

Why does an app close as soon as I open it?

This can be caused by many factors, but most app issues can be fixed by updating the software or clearing the app data. App updates usually contain patches to fix problems identified with the app. Some app updates are delivered through Google Play Store , while others are in device software updates.


1 Answers

In your story board file select the viewController you want to assign as first controller and check on is initial View Controller check the image

enter image description here

like image 51
Omar Abdelhafith Avatar answered Sep 18 '22 19:09

Omar Abdelhafith