1.多了一个User Interface 选项可以选择使用SwiftUI 还是Storyboard
2.选择SwiftUI创建,系统自动为我们创建ScenDelegate.swift 、ContentView.swift
3.选择Storyboard创建,就和之前一下带有一个ViewController.swift文件,并且也多了一个ScenDelegate.swift
4.如果我们新建工程,如果有强迫症的人工程中多了一个文件很难受,删除掉ScenDelegate.swift,运行黑屏,[SceneConfiguration] Info.plist configuration "Default Configuration" for UIWindowSceneSessionRoleApplication contained UISceneDelegateClassName key, but could not load class with name "Demo2.SceneDelegate". 解决办法红色地方删除掉
5.添加window
最后正常运行,不知道还有没有其它的方法,如果有请留言