I'm using:
FBSDKCoreKit - FBSDKLoginKit - FBSDKShareKit (4.6.0 version)
I can't understand why today (was working till yesterday) I have 150 duplicate symbols like:
duplicate symbol _llvm.embedded.module in:
/Users/Jacopo/Documents/FacebookSDK/FBSDKCoreKit.framework/FBSDKCoreKit(FBSDKAccessToken.o)
/Users/Jacopo/Documents/FacebookSDK/FBSDKShareKit.framework/FBSDKShareKit(FBSDKShareOpenGraphObject.o)
I tried reimport everything, I checked Build Phase, I updated my pods, can't solve it!
EDIT: I just downgrade the SDK to 4.5.1 and everything works. I was using 4.6 without problem the other day tho, weird!
EDIT: I tried another project that's using Facebook SDK 4.6.0, same problem! I downloaded again the SDK today, could be that they just released a new version with that bug?
Apparently there's just one beta of the SDK -> https://developers.facebook.com/docs/ios/downloads
WORKAROUND: Using Cocoapods works fine