Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Parse and facebook sdk -duplicate symbol

I have parse, facebook, bolts frameworks in my project but I get this error and I don't know how to solve it.

I tried to remove framworks and add them again.

I'm using xcode 6 and parse library 1.6.

duplicate symbol _OBJC_METACLASS_$_BFMeasurementEvent in:
    /Users/home/Desktop/The Live TV V2/FacebookSDK.framework/FacebookSDK(BFMeasurementEvent.o)
    /Users/home/Desktop/The Live TV V2/Bolts.framework/Bolts(BFMeasurementEvent.o)
ld: 91 duplicate symbols for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation

Any idea?

like image 396
Georgiana Avatar asked Dec 26 '22 01:12

Georgiana


1 Answers

I too, was searching for same, Not sure, why no body reply, but I fixed this issue by removing Bolts.framework completely from my Project, look like many of dependencies are already included in NEW Facebook SDK.,

Hope it helps you.

like image 171
user2577923 Avatar answered Dec 28 '22 09:12

user2577923