Looks like there’s a symbol that Backendless uses in which also Reachability.m file uses
Whenever I add Reachability.m file into my project I get the following error:
duplicate symbol _kReachabilityChangedNotification in:
…/Objects-normal/i386/Reachability.o
…lib/backendless/backendless.a(BEReachability.o)
ld: 1 duplicate symbol for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I googled a lot before I asked this question and it seems that I need to delete the _kReachabilityChangedNotification
in one of the files mentioned, and I just couldn’t locate it.
What I need to do is to check if the iPhone is connected to internet through 3G or Wifi or Not Connected, So I need the Reachability.h/.m files.
Any work around?
Thanks and Regards,
Omar