"_OBJC_CLASS_$_CMMotionManager", referenced from:

来源:互联网 发布:nginx https转发http 编辑:程序博客网 时间:2024/05/16 09:27

OBJC_CLASS$_CMMotionManager”, referenced from:
原创 2014年11月26日 11:40:26 标签:编译报错 3910

参考:http://stackoverflow.com/questions/22164753/linker-error-with-sharekit-ios
编译报错:
OBJC_CLASS$_CMMotionManager”, referenced from:xxx

解决方法:
Looks like you are missing quite a few frameworks. According to the symbols mentioned, add following list of frameworks to resolve the linker errors,
target->build phases->link binary with libraries-> 点击加号

AddressBook.framework
AVFoundation.framework
CoreMedia.framework
MediaPlayer.framework
Accounts.framework
AssetsLibrary.framework
CoreLocation.framework
CoreMotion.framework
StoreKit.framework
Social.framework

原创粉丝点击