linker error with ShareKit ios

后端 未结 2 1770

i have spent 3 days for searching the solution. I don\'t know what to do with this... I need the -ObjC flag for SDWebImage library ( and AFNetworking too, i think) . I can remov

相关标签:
2条回答
  • 2021-02-06 03:07

    Looks like you are missing quite a few frameworks. According to the symbols mentioned, add following list of frameworks to resolve the linker errors,

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

    Hope that helps!

    0 讨论(0)
  • 2021-02-06 03:19

    perhaps,just add these framework

    • AddressBook.framework
    • MediaPlayer.framework
    • AssetsLibrary.framework
    • CoreMotion.framework
    0 讨论(0)
提交回复
热议问题