- Home /
Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7)
duplicate symbol _OBJC_METACLASS_$_BFAppLinkReturnToRefererView in:
/Users/User/Documents/FacebookSDK/FacebookSDK.framework/FacebookSDK(BFAppLinkReturnToRefererView.o)
/Users/User/Desktop/Project/Project/Project/Assets/Facebook/Editor/iOS/FacebookSDK/FacebookSDK.a(BFAppLinkReturnToRefererView.o)
ld: 889 duplicate symbols for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have searched to find the solution of this error but i couldn't. There are tons of similar error like this, but this one hasn't been asked by someone yet. This problem shows up when i add "-ObjC" to the "Other Linker Flags". I need to add it to use Admob service. What could be the problem? How can i solve this?
Would assume that the Facebook SD$$anonymous$$ has been added twice by mistake.
I just deleted facebook feature from my project and deleted facebook sdk for now to test my project in device. I will try to install the sdk correctly. Thanks a lot!
Your answer
Follow this Question
Related Questions
Building to IOS 2 Answers
Rate Game and More Games Urls for Apple Store 0 Answers
Mach-O Linker error Xcode 5 Answers
How to build a native plugin with multiple platform support? 0 Answers