xcode 运行时报错:“Launch screens may not set custom class names”
原因:使用了原来的项目生成的LaunchScreen.storyboard,在LaunchScreen.storyboard中设置Custom Class为自己的ViewController。
解决方法:不要使用生成的LaunchScreen.storyboard,自己新建一个storyboard
xcode 运行时报错:“Launch screens may not set custom class names”
原因:使用了原来的项目生成的LaunchScreen.storyboard,在LaunchScreen.storyboard中设置Custom Class为自己的ViewController。
解决方法:不要使用生成的LaunchScreen.storyboard,自己新建一个storyboard