SHMultipleSelect icon indicating copy to clipboard operation
SHMultipleSelect copied to clipboard

Duplicate symbols for architecture x86_64 error

Open mahesh-20 opened this issue 8 years ago • 1 comments

duplicate symbol _OBJC_IVAR_$_SHMultipleSelect._coverView in:
~/Xcode/DerivedData/../Build/Products/Debug-iphonesimulator/libSHMultipleSelect.a(SHMultipleSelect.o)

App is failing to build with "14 duplicate symbol for arch x86_64" linker error..

I have used following command in pod file pod 'SHMultipleSelect', '~> 0.2.2'

Pls help..

mahesh-20 avatar Mar 11 '16 08:03 mahesh-20

Can you show what is there in your projects Build Settings -> Other Linker Flags? I don't think you should manually edit this section when you are installing your dependencies using Cocoapods.

Shamsiddin avatar Mar 11 '16 11:03 Shamsiddin