Linker Error in iOS (duplicate symbols for architecture x86_64)

前端 未结 5 694
闹比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条回答
  •  Happy的楠姐
    2020-11-30 06:39

    I faced the same issue of duplicate symbols. I was using Xcode 6.4 but later when I upgraded to Xcode 7.0 It Worked fine for me. I would suggest to Upgrade your Xcode to 7.0 if you are using earlier one.

提交回复
热议问题