Following Chris Tutorial "Firebase Authentication Tutorial 2020 - Custom iOS Login Page (Swift"

ERROR
“Home View Controller“ is unreachable because it has no entry points, and no identifier for runtime access via -[UIStoryboard instantiateViewControllerWithIdentifier:]

I checked the “Home View Controller“ from Chris master file and found no connection?

I must have missed something ?

Hi. I have got same error .what should i change.
ERROR:
“Home View Controller“ is unreachable because it has no entry points, and no identifier for runtime access via -[UIStoryboard instantiateViewControllerWithIdentifier:].

In your Main.storyboard select your ViewController that is linked to the file ViewController.swift and on the right hand panel select the Attributes Inspector. You should see a heading just below named “View Controller”. In that section is an option “is Initial View Controller”. Check that box.