dpogue opened a new issue, #1574: URL: https://github.com/apache/cordova-ios/issues/1574
Need to add this to the plugin upgrade guide that `CDVPluginResult` now returns a nonnull object so it's no longer an optional in Swift. If plugins were force unwrapping, this will now result in errors. I think we want it to be nonnull, but we should double check that and make sure we have a section in the upgrade guide that explains how to write Swift code that is compatible with both older and current versions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
