小编Kri*_*aSt的帖子

iOS13 on Xcode 11 Black screen even after adding SceneDelegate and updating Info.plist

I am currently getting a blank screen with Xcode 11, Target iOS 13.0 (the app works fine with all below versions iOS 12.1 till 12.4), I want to make my App work for both iOS users above 12.1 and also 13.0 currently getting blank screen despite adding the below SceneDelegate to my existing project and AppManifest

adding App Manifest file

import UIKit
    import SwiftUI

    @available(iOS 13.0, *)
    class SceneDelegate: UIResponder, UIWindowSceneDelegate {

        var window: UIWindow?

        func scene(_ scene: UIScene, willConnectTo session: …
Run Code Online (Sandbox Code Playgroud)

xcode ios appdelegate swift ios13

4
推荐指数
4
解决办法
3139
查看次数

标签 统计

appdelegate ×1

ios ×1

ios13 ×1

swift ×1

xcode ×1