gpt4 book ai didi

swift - 具有不同 Actor 隔离的 Actor-Isolated 类

转载 作者:行者123 更新时间:2023-12-04 11:32:29 27 4
gpt4 key购买 nike

我有 Xcode 13 (beta 4 + 5) 的新测试版,现在我收到了这个构建错误:

Main actor-isolated class 'My Class' has different actor isolation from nonisolated superclass 'My Super Class'


不知道如何解决这个问题,我没有使用任何 Actor 。
有谁知道这是什么意思?
我在 this line 上收到错误消息.
相关苹果论坛 post .
编辑:
我发现在应用程序中,包中的一个类的简单协议(protocol)扩展会导致这种情况:
protocol Test {
var test: String? { get }
}

extension ImagePIX: Test {
var test: String? { nil }
}
使用 @MainActor 作为协议(protocol)前缀解决错误:
@MainActor protocol Test { ... }

最佳答案

使用类似的设置遇到了同样的问题,但现在已使用 Xcode 13 RC (13A233) 修复。

关于swift - 具有不同 Actor 隔离的 Actor-Isolated 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68589980/

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