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)
助けてくれてどうもありがとう!