Start a new topic

duplicate symbol in Xcode

Hi Team,


I install Kinvey by Pod in my xcode project. I got below error when compile. There are actually 206 duplicates. Please help.



duplicate symbol _llvm.cmdline in:

 /Users/edwardchan/Desktop/SHARE/SP2/SP_APP/Pods/KinveyKit/KinveyKit-1.40.4/libKinveyKit.a(KCSErrorUtilities.o)

 /Users/edwardchan/Desktop/SHARE/SP2/SP_APP/Pods/KinveyKit/KinveyKit-1.40.4/libKinveyKit.a(KCSClient2.o)

duplicate symbol _llvm.embedded.module in:

 /Users/edwardchan/Desktop/SHARE/SP2/SP_APP/Pods/KinveyKit/KinveyKit-1.40.4/libKinveyKit.a(KCSErrorUtilities.o)

 /Users/edwardchan/Desktop/SHARE/SP2/SP_APP/Pods/KinveyKit/KinveyKit-1.40.4/libKinveyKit.a(KCSClient2.o)

duplicate symbol _llvm.cmdline in:

 /Users/edwardchan/Desktop/SHARE/SP2/SP_APP/Pods/KinveyKit/KinveyKit-1.40.4/libKinveyKit.a(KCSErrorUtilities.o)

 /Users/edwardchan/Desktop/SHARE/SP2/SP_APP/Pods/KinveyKit/KinveyKit-1.40.4/libKinveyKit.a(NSMutableDictionary+KinveyAdditions.o)



Thanks and Regards,

Edward


Edward,  This should be the place where you're posting your issues for now.


This is interesting, I'm not sure exactly why this is happening, we haven't had any other reports of this behavior,


Can you please tell me a bit about the podfile that you're using, which version of cocopods you're running, and if you have bitcode enabled?


Thanks,

oh...i should open a ticket instead posting here :P

I tried to manual import the 1.4.0 framework...i got the same error.



duplicate symbol _llvm.cmdline in:

 /Users/edwardchan/Desktop/SHARE/SP2/SP_APP/KinveyKit.framework/KinveyKit(KCSErrorUtilities.o)

 /Users/edwardchan/Desktop/SHARE/SP2/SP_APP/KinveyKit.framework/KinveyKit(KCSClient2.o)

duplicate symbol _llvm.embedded.module in:

 /Users/edwardchan/Desktop/SHARE/SP2/SP_APP/KinveyKit.framework/KinveyKit(KCSErrorUtilities.o)

 /Users/edwardchan/Desktop/SHARE/SP2/SP_APP/KinveyKit.framework/KinveyKit(KCSClient2.o)

duplicate symbol _llvm.cmdline in:

 /Users/edwardchan/Desktop/SHARE/SP2/SP_APP/KinveyKit.framework/KinveyKit(KCSErrorUtilities.o)

 /Users/edwardchan/Desktop/SHARE/SP2/SP_APP/KinveyKit.framework/KinveyKit(NSMutableDictionary+KinveyAdditions.o)

duplicate symbol _llvm.embedded.module in:

 /Users/edwardchan/Desktop/SHARE/SP2/SP_APP/KinveyKit.framework/KinveyKit(KCSErrorUtilities.o)

 /Users/edwardchan/Desktop/SHARE/SP2/SP_APP/KinveyKit.framework/KinveyKit(NSMutableDictionary+KinveyAdditions.o)

duplicate 


Any bug for the latest sdk?


Thanks

Edward

Login or Signup to post a comment