I keep getting the following error:
duplicate symbol _llvm.embedded.module in: /Users/name/Documents/FacebookSDKs-iOS-20150910/FBSDKCoreKit.framework/FBSDKCoreKit(FBSDKApplicationDelegate.o) /Users/name/Documents/FacebookSDKs-iOS-20150910/FBSDKCoreKit.framework/FBSDKCoreKit(FBSDKServerConfiguration.o) ld: 102 duplicate symbols for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
I tried to uninstall FBSDK and reinstall, but this does not work. I also suspect that the problem that I am connecting the structure to Swift may be the problem. My bridge header contains the following:
#ifndef EggCrush_Bridge_h #define EggCrush_Bridge_h #import <FBSDKCoreKit/FBSDKCoreKit.h> #endif
My AppDelegate.swift file imports FBSDKCoreKit.
There are no other linker flags.
I run Xcode 6.3.2 and create a project for iOS 8.3
How to clear this error?
ios facebook xcode swift linker-errors
Dan Sep 11 '15 at 3:24 2015-09-11 03:24
source share