为 card.io 创建 appcelerator 模块时出现正常错误 x86_64

error normal x86_64 while creating appcelerator module for card.io

我正在尝试使用 card.io 创建新的 appcelerator 模块,为此我在 Xcode 中添加了 card.io 库并按照以下步骤操作:“https://github.com/card-io/card.io-iOS-SDK” . 然后在 xcode 上构建并使用 python build.py 创建 appcelerator 模块并根据 appcelerator 文档提取文件夹。 (都很好)

当我在 Appcelerator 项目中导入此模块并尝试在模拟器上 运行 时,它向我显示错误:

[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : Ld build/Intermediates/POC.build/Debug-  iphonesimulator/POC.build/Objects-normal/x86_64/POC normal x86_64
[ERROR] : (1 failure)

此外,当我点击命令 $ ti-64 --global 时,它会给我这个模块的输出“ 1.0.0 armv7 i386 x86_64 arm64 ”。

我尝试了很多 google 的东西,但没有成功。 感谢您的帮助。

我通过添加 card.io SDK 上给出的所有框架解决了这个问题,现在它工作正常。

这里我缺少 Accelerate 框架和(libopencv_core.a 和 libopencv_imgproc.a 来自 CardIO 目录)。