类型 'AnchoringComponent.Target' 没有成员 'image'

Type 'AnchoringComponent.Target' has no member 'image'

我用这种方法创建了一个锚点实体,一开始一切正常

private let imageAnchor = AnchorEntity(.image(group: "AR Resources",
                                                  name: "image"))

但是我得到一个错误:Type 'AnchoringComponent.Target' has no member 'image'

Xcode 版本 13.3.1;
MacOS 12.3.1

找不到任何相关问题。对正在发生的事情有什么想法吗?

清理派生数据和构建文件夹修复了问题