I use
- Xcode 6.1
- iOS 8.1
- cordova 4.0.0 (iOS 3.6.3)
- org.apache.cordova.network-information 0.2.13
First, when I add a plugin, it never adds SystemConfiguration.framework. I need to add it manually to the Buiild phase.
Once this is done, the application can build, but it will fail in any offline event.
"updateReachability" is executed, and a call is made [self sendPluginResult] and an exception EXC_BAD_ACCESS in the variable _callbackId.
I have found a lot of posts since cordova 3.1.0. Does this just not work or did someone find a fix for this problem?
Thanks for any tips.
Chris source share