The app delegate must implement the window property if it wants to use a main storyboard file swift

Make sure you have the following property declaration in your AppDelegate class:

var window: UIWindow?

Leave a Comment