I'm having troubles with creating a build for iPhone. I can make a build in Unity to be used with Xcode, but building in Xcode for iPhone gives me the following five errors.
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)
It is all related to libVROneHeadTracking.a, so I can't open it. Am I doing something wrong or is there an error in this file?