0

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.

HangarRash
  • 7,314
  • 5
  • 5
  • 32

1 Answers1

1

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

enter image description here

Deepa Bhat
  • 174
  • 1
  • 10