【问题标题】:Can't build ios app with 64bit Support无法使用 64 位支持构建 ios 应用程序
【发布时间】:2015-06-04 19:58:32
【问题描述】:

我正在尝试构建我的 ios 应用程序,但在添加 64 位支持时遇到了问题。基本上我将arm64 添加到我的有效架构中并将build active architectures only 设置为no,但我仍然收到以下错误:

Undefined symbols for architecture arm64:
  "_OBJC_CLASS_$_RKSearchPredicate", referenced from:
      objc-class-ref in CatalogController.o

如果我从我的架构中删除 64bit 并只使用 arm7 那么我没有任何问题。任何建议或指示将不胜感激。

仅供参考,我已经拔掉了我的设备并尝试删除 DerivedData 文件夹。

【问题讨论】:

标签: ios linker-errors undefined-symbol


【解决方案1】:

听起来您需要获取 RestKit 的更新版本。在这里获取: https://github.com/RestKit/RestKit

看起来 RK 在 2014 年 4 月更新以支持 64 位 (v0.23.1)

【讨论】:

    猜你喜欢
    • 2015-06-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-10-23
    • 2015-02-01
    • 1970-01-01
    相关资源
    最近更新 更多