1

当我尝试在 Xcode 中导入 VisualRecognitionV3 时,它给了我错误:

用 swift 3.0 编译的模块不能在 swift 3.0.2 中导入

这是一个屏幕截图:

在此处输入图像描述

有谁知道如何修理它?

4

1 回答 1

1

这类似于此处看到的版本问题。基本上,在调用 carthage 时避免使用预编译的二进制文件将解决问题,因此请使用以下 carthage 命令 - “carthage update --platform iOS --no-use-binaries”

于 2017-01-10T00:33:20.053 回答