出错如下,并且运行程序的设备黑屏
解决方案如下:
在AppDelegate.h中添加: @property (strong, nonatomic) UIWindow * window;
在AppDelegate.m中添加: @synthesize window = _window;
重新编译运行,问题解决
出错如下,并且运行程序的设备黑屏
解决方案如下:
在AppDelegate.h中添加: @property (strong, nonatomic) UIWindow * window;
在AppDelegate.m中添加: @synthesize window = _window;
重新编译运行,问题解决