Remove SceneDelegate

is only available in iOS13.0 or newer

當新建的Project需要支援iOS13以下的版本,但卻又礙於SceneDelegate問題,讓你編譯失敗,幾個步驟回到最初的設定。

。移除info.plist -Application Scene Manifest

。移除SceneDelegate.swift

。刪除AppDelegate-UISceneSession Lifecycle 相關func

。AppDelegate添加 UIWindow 參數

swift
objective- c

。啟動完成

--

--

奇妙仙子
彼得潘的 Swift iOS / Flutter App 開發教室

When you want something, all the universe conspires in helping you to achieve it.