是否有关于如何在 iOS 上构建示例 Unity AR 项目的教程?我显然错过了几个步骤,因为在将 Editor 文件夹拖到项目 Asset 文件夹后,点击 Build and Run 并将构建保存在实际项目文件夹中,Xcode 仍然给我一些警告和几个错误:
Undefined symbols for architecture armv7:
"RobotVision::AREngine::startVision()", referenced from:
__ARUNBridgeStartVisionEngine in ARUNBridge.o
"RobotVision::VirtualSphero::locatorAlignmentAngle() const", referenced from:
ARUNBridge::getCurrentResultStruct() in ARUNBridge.o
"RobotVision::VirtualSphero::pose() const", referenced from:
ARUNBridge::getCurrentResultStruct() in ARUNBridge.o
"RobotVision::ARResult::virtualSphero() const", referenced from:
ARUNBridge::getCurrentResultStruct() in ARUNBridge.o
"RobotVision::Pose::position() const", referenced from:
ARUNBridge::getCurrentResultStruct() in ARUNBridge.o
(...)
ARUNBridge::initializeBridge(RobotVision::PlatformParameters) in ARUNBridge.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
非常感谢你的帮助!