我正在尝试从万向节https://www.gimbal.com/运行示例项目(Mallmart)
Mallmart 已成功运行,但当我尝试使用 IR 运行 Mallmart 时出现此错误
Undefined symbols for architecture armv7:
"QCAR::State::getNumActiveTrackables() const", referenced from:
-[EAGLView renderFrameQCAR] in ContextIR
"_OBJC_CLASS_$_CMMotionManager", referenced from:
objc-class-ref in libQCAR.a(libQCAR.a-armv7-master.o)
"QCAR::State::getActiveTrackable(int) const", referenced from:
-[EAGLView renderFrameQCAR] in ContextIR
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我尝试从 vuforia-sdk-ios-2-0-29 添加 libQCAR.a 但我仍然收到此错误
有人可以帮我解决这个问题吗?
对不起我的英语不好,我希望你明白我的意思。
非常感谢您