"

    xiaoxiao2021-03-25  57

    参考: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

    转载请注明原文地址: https://ju.6miu.com/read-32692.html

    最新回复(0)