duplicate symbols for architecture x86_64 (Implementing FBSDKCoreKilt) Swift

前端 未结 4 1879
名媛妹妹
名媛妹妹 2021-01-17 13:29

This is the most horrifying error that I\'ve dealt with so far. To be clear:

  1. This is in swift so it\'s not a \".h\" \".m\" issue
  2. My compile sources i
4条回答
  •  鱼传尺愫
    2021-01-17 14:03

    I solved by removing manually imported FBSDK dependencies (from Link Binary with libraries) and adding following lines to pod file:

      pod 'FBSDKCoreKit'
      pod 'FBSDKLoginKit'
      pod 'FBSDKShareKit'
    

提交回复
热议问题