gpt4 book ai didi

ios - SwiftUI SceneDelegate 问题

转载 作者:行者123 更新时间:2023-11-28 20:52:25 47 4
gpt4 key购买 nike

SceneDelegate.swift 中,以下代码返回错误消息 “使用未解析的标识符‘ContentView’;你是说‘ContentMode’吗?”。

func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options 
connectionOptions: UIScene.ConnectionOptions) {
let window = UIWindow(frame: UIScreen.main.bounds)
window.rootViewController = UIHostingController(rootView: ContentView())
self.window = window
window.makeKeyAndVisible()
}

此错误导致程序构建失败。令人惊讶的是,当我使用完全相同的 SceneDelegate.swift 创建一个新项目时,ContentView 没有问题。

如果我将 ContentView 更改为 ContentMode,它会返回错误“'ContentMode' cannot be constructed because it has no accessible initializers”。

有其他人遇到过这个问题吗?只是好奇我应该从哪里开始寻找或我做错了什么。

最佳答案

想通了这一点。如果有人好奇我更改了 ContentView.swift 文件名但没有在 SceneDelegate.swift 中更新它。

因此,如果将 ContentView.swift 文件更改为 BetterNameView.swift,则需要更新 SceneDelegate.swift 中的上述代码 ContentView()BetterNameView()

关于ios - SwiftUI SceneDelegate 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56860452/

47 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com