我正在尝试使用 KIF v3.2(最新于 2015 年 3 月 18 日)。它为 UIEvent+KIFAdditions.o 提示 arm64 的 undefined symbol
错误: 架构 arm64 的 undefined symbol : “_IOHIDEventCreateDigitizerEvent”,引用自: -[UIEvent(KIFAdditions) kif_setIOHIDEventWithTouches:] 在 UIEvent+KIFAdditions.o -[UIEvent(KIFAdditions) kif_setIOHIDEventWithTouches:] 在 libKIF.a(UIEvent+KIFAdditions.o) “_IOHIDEventCreateDigitizerFingerEventWithQuality”,引用自: -[UIEvent(KIFAdditions) kif_setIOHIDEventWithTouches:] 在 UIEvent+KIFAdditions.o -[UIEvent(KIFAdditions) kif_setIOHIDEventWithTouches:] 在 libKIF.a(UIEvent+KIFAdditions.o) “_OBJC_CLASS_$_SenTestCase”,引用自: l_OBJC_$_CATEGORY_SenTestCase_$_KIFAdditions in SenTestCase-KIFAdditions.o “_IOHIDEventAppendEvent”,引用自: -[UIEvent(KIFAdditions) kif_setIOHIDEventWithTouches:] 在 UIEvent+KIFAdditions.o -[UIEvent(KIFAdditions) kif_setIOHIDEventWithTouches:] 在 libKIF.a(UIEvent+KIFAdditions.o) ld:未找到架构 arm64 的符号 clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)
有谁知道这里发生了什么。似乎只有该文件在构建 arm64 时存在问题。如果有人在他们的项目中成功构建了 KIF v3.2.0,请告诉我。谢谢!
这是因为缺少 IOKit.framework。
关于ios - KIF 3.2.0 因 arm64 配置失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29129960/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |