layar

Conflict between class and static library

↘锁芯ラ 提交于 2019-12-12 02:38:58
问题 I'm using Layar Player in my app. It provides a static library to include in your project. After installing and trying to compile, I got this error: ld: duplicate symbol _OBJC_CLASS_$_Reachability in / /LayarPlayer/Debug/liblayarplayer.a(Reachability.o) and / /MyApp.build/Debug-iphoneos/MyApp.build/Objects-normal/armv7/Reachability.o for architecture armv7 I'm using Reachability in my app to check network status, but it seems like it's already included in the library. I've tried removing

iPhone: duplicate symbol _SBJSONErrorDomain

≡放荡痞女 提交于 2019-12-10 18:52:29
问题 I want to use the Brightcove library and the Layar library in one application, which both have the SBJson files. Obviously these try to murder each other dead. Do i have to extract the files and rebuild the archives? I'm on a tight deadline. 回答1: just remove one of the duplicate files from the target 来源: https://stackoverflow.com/questions/6776202/iphone-duplicate-symbol-sbjsonerrordomain