"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

CMMotionManager link error

 

Hello I have created a new project using the vuforia 2.0.However, the following error can not be built out. Undefined symbols for architecture armv7:   "_OBJC_CLASS_ $ _CMMotionManager", Referenced from:       objc-class-ref in libQCAR.a (libQCAR.a-armv7-master.o) It seems to be linked to the CoreMotion from libQCAR.Did you need to CoreMotion from vuforia2.0?Do you need to add something such as "gyroscope" to set the "required Device Capabilities"? Source is based on the reference ImageTargets. Thanks in advance.

Hi nobu,

Yes it needs the CoreMotion framework, as highlighted here:

https://developer.vuforia.com/resources/dev-guide/migrating-your-ios-sdk-project

HTH

N

 

Thank you for your reply
 
I understand about the "CoreMotion".
In this matter, Is that what you want without the need to add anything to the understanding that the info.plist to "Required device capabilities"?