I am new to iOS developing and I hit an error saying "Scene is untraceable due to lack of entry points and does not have an identifier for runtime" I was wondering how to fix this problem? As I have no idea how too haha
You can fix this by giving your viewController a storyboard Id
Or you need to make sure it has a segue to another controller, in short a view controller must be reachable.