Apple Vision 错误 – 使用未解析的标识符“ObjectDetector”

Posted

技术标签:

【中文标题】Apple Vision 错误 – 使用未解析的标识符“ObjectDetector”【英文标题】:Apple Vision Error – Use of unresolved identifier 'ObjectDetector' 【发布时间】:2019-12-29 07:50:56 【问题描述】:

Xcode 10.3 开始在我所有包含 VNCoreMLModel() 类的项目中生成错误,如下所示:

let visionModel = try? VNCoreMLModel(for: ObjectDetector().model)

此错误如下所示:

"Use of unresolved identifier 'ObjectDetector"

6 个月前(在 Xcode 10 中)我所有的应用都运行良好,没有出现错误。

我该如何解决它

另外,当我在 Xcode 10.3 中创建新的 ios 应用程序时,我无法使用 Vision 框架。

附:但是对于 macOS 应用程序和 Playground 项目,我可以使用 Vision 框架。

【问题讨论】:

【参考方案1】:

这是一个错误。 Apple 在 Xcode 11.1 中修复了它。

【讨论】:

以上是关于Apple Vision 错误 – 使用未解析的标识符“ObjectDetector”的主要内容,如果未能解决你的问题,请参考以下文章

Google Cloud Vision - 解析期间发生 PHP 错误

Vision 和 CoreML – CGImagePropertyOrientation 需要错误的类型

在 Apple 的 Vision 框架中,我如何判断哪些语言可用于文本识别?

Apple Vision Framework 识别人脸

Apple Vision - 无法将单个数字识别为区域

Apple Vision Framework:通过观察检测微笑或幸福的面孔?