Varsha Shrivastwa
Varsha Shrivastwa

Reputation: 56

How to get rid of "perhaps the designated entry point is not set?"

I'm using Xcode version 12.0.1. Currently I'm working on coordinator and I found this error:

Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?

To solve this error I tried from this also: Failed to instantiate the default view controller for UIMainStoryboardFile 'Main' - perhaps the designated entry point is not set?

I created new story board but still can't solve.

Upvotes: 0

Views: 737

Answers (1)

Deepa Bhat
Deepa Bhat

Reputation: 224

Well, the reason for this error would come if you have not ticked the initial view controller checkbox.

enter image description here

Upvotes: 1

Related Questions