解决XCode11中 [Application] The app delegate must implement the window property if it wants to use a main storyboard file.的问题
在AppDelegate文件里面,@implementation AppDelegate 下面加上:
@synthesize window = _window;
在AppDelegate文件里面,@implementation AppDelegate 下面加上:
@synthesize window = _window;