Hi All,
In my application, I trying to integrate 2 different 3party SDKS and I'm getting duplicate symbol error (see below)
duplicate symbol _OBJC_CLASS_$_Reachability in:
/Users/********/Dev/iOS/phonegap/voicelayer/voicelayer-sdk-plugin/src/ios/Frameworks/VoiceLayer.framework/VoiceLayer(Reachability.o)
/Users/*********/Dev/iOS/*********-iOS-SDK/iOSKandySDK/SampleApp/3rdParty/MobileSDK.framework/MobileSDK(Reachability.o)
Seems both 3rd party frameworks are using common library. Please help me how can I resolve the issue.
Thanks in Advance,
Best Regards,
Srini