Linker Error in iOS (duplicate symbols for architecture x86_64)

前端 未结 5 701
闹比i
闹比i 2020-11-30 06:10

I keep on getting the following error:

duplicate symbol _llvm.embedded.module in:
/Users/name/Documents/FacebookSDKs-iOS-20150910/FBSDKCoreKit.framework/FBSD         


        
5条回答
  •  时光说笑
    2020-11-30 06:24

    If not mistaken, you are using the sdk which just released by Facebook at September 10th, 2015 which named as FacebookSDKs-iOS-20150910.zip. Try to use sdk that released at August 13th, 2015 which named as FacebookSDKs-iOS-20150813.zip and report to Facebook about the duplication problem if you can. Thank you.

提交回复
热议问题