Reputation: 56
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
Reputation: 224
Well, the reason for this error would come if you have not ticked the initial view controller checkbox.
Upvotes: 1