Using Swift I got the error that my \"TableViewController\" is unreachable because it has no entry points and no runtime access via [UIStoryboard instantiateViewControllerWithId
In my case I accidentally deleted Storyboard Entry Point without knowing, and app wasn't starting,
After several undo's, I saw the problem and corrected it