Github user shazron commented on the pull request:
https://github.com/apache/cordova-plugin-network-information/pull/18#issuecomment-55653608
Linker errors:
```
"_OBJC_CLASS_$_CDVReachability", referenced from:
"_kReachabilityChangedNotification", referenced from:
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
```
Looking at your changes, you clobbered:
```
NSString *kReachabilityChangedNotification =
@"kNetworkReachabilityChangedNotification";
```
in CDVReachability.m. I confirmed by looking at Apple's Reachability.m
source:
https://developer.apple.com/library/ios/samplecode/Reachability/Listings/Reachability_Reachability_m.html#//apple_ref/doc/uid/DTS40007324-Reachability_Reachability_m-DontLinkElementID_8
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---