Xcode11 創(chuàng)建的工程自帶了SceneDelegate

image.png
第一步:刪除SceneDelegate.h和.m文件
第二步:刪除AppDelegate.m中的UISceneSession lifecycle協(xié)議方法實(shí)現(xiàn)(可以不做)

image.png
第三步:給AppDelegate.h添加window屬性,否則會log打印信息,無法加載storyboard,黑屏
[Application] The app delegate must implement the window property if it wants to use a main storyboard file.

image.png