【问题标题】:error normal x86_64 while creating appcelerator module for card.io为 card.io 创建 appcelerator 模块时出现正常 x86_64 错误
【发布时间】:2015-12-18 13:53:18
【问题描述】:

我正在尝试使用 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”输出。

我从谷歌尝试了很多东西,但没有运气。 感谢您的帮助。

【问题讨论】:

  • 嗨,我看看能不能让别人看看这个。您是否尝试过这个现有的 card.io 模块? github.com/arskinner/Appcelerator-CardIO
  • 谢谢 Fokke,我已经解决了这个问题。实际上是因为缺少 Accelerate 和其他一些框架。我已经添加了这些框架,它工作正常。

标签: ios xcode7 appcelerator titanium-mobile card.io


【解决方案1】:

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

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-09-09
    • 2017-02-12
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多