ld: 1 duplicate symbol for architecture arm64, two SDK in swift3

Hi I working with two 2 SDK , moca and sentencie, now the problem is when compile Xcode show me:

duplicate symbol _kReachabilityChangedNotification in: /Users/dortiz/Documents/IOS/ProcIOS/Pods/MOCA/libMOCALib.a(APPLReachability.o) /Users/dortiz/Documents/IOS/ProcIOS/Frameworks/SENTTransportDetectionSDK.framework/SENTTransportDetectionSDK(Reachability.o) ld: 1 duplicate symbol for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

The problem is I can't edit Reachability.o or APPLReachability.o because, are libraries, what I can do to fix it?


Already test with :


remove -objC from Other Linker Flags

change No Common Blocks' to no

set Build settings to no


But doesnt work.

ld: 1 duplicate symbol for architecture arm64, two SDK in swift3
 
 
Q