【发布时间】:2015-01-08 16:30:24
【问题描述】:
我在为 iPhone 创建构建时遇到了麻烦。我可以在 Unity 中进行构建以与 Xcode 一起使用,但是在 iPhone 的 Xcode 中构建会出现以下五个错误。
Undefined symbols for architecture armv7: "_SCNMatrix4MakeRotation", referenced from: __GetQuaternionUpdate in libVROneHeadTracking.a(RotateAround.o) "_OBJC_CLASS_$_SCNNode", referenced from: objc-class-ref in libVROneHeadTracking.a(RotateAround.o) "_SCNMatrix4Invert", referenced from: __GetQuaternionUpdate in libVROneHeadTracking.a(RotateAround.o) "_SCNMatrix4Mult", referenced from: __GetQuaternionUpdate in libVROneHeadTracking.a(RotateAround.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)
都和libVROneHeadTracking.a有关,所以打不开。是我做错了什么还是这个文件有错误?
【问题讨论】:
-
你有没有解决这个问题?我找到了这个stackoverflow.com/questions/25765352/…
标签: iphone xcode unity3d vrone