I converted my project written in Swift 2.2 to swift 2.3 to run in Xcode 8 beta. But the application crashes when the web service is called, which gives an error reading error message of 0 * 0 without additional information. I think this will be a problem with the completion handler block or an error in NSURLSession.
source
share