CMMotionManager的未定义符号

时间:2014-12-06 16:33:42

标签: ios symbols cmmotionmanager

我有一个较旧的iOS项目,我正在尝试添加核心动作。添加此行后,我收到此错误:

self.motionManager = [[CMMotionManager alloc]init];

错误:

  

架构armv7的未定义符号:

     

“_ OBJC_CLASS _ $ _ CMMotionManager”,引自:

在包含i386架构时,我也遇到了这个错误。我现在删除了除arm6之外的所有体系结构,但仍然出现此错误。

在此处声明了motionManager:

@property (nonatomic, retain) CMMotionManager * motionManager;

我已经包含了CoreMotion框架。

Here are my architecture settings

0 个答案:

没有答案