How to access to Reachability in MKNetworkKit-iOS or avoid duplicate symbols with own added Reachability?
问题 I am currently implementing iOS Salesforce Chatter integration into iPad app. When Salesforce Mobile SDK was added (inlcuding MKNetworkKit-iOS) I got duplicate error on Reachability.o. I understand that we have Reachability added into MKNewtorkKit-iOS, but I also have to have access to it from insdie my project. Currently I am accessing reachability (from within my code) by adding #import "Reachability.h" If I get read of Reachibility class from my project, I need to gain access to