This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I tried a lot but can't kindly help me out of from this situation // // TableViewController.m // jsonplaceholder // // Created by manikandan on 19/04/16. // Copyright (c) 2016 manikandan. All rights reserved. // #import "TableViewController.h" #import "TableViewCell.h" #import "DetailViewController.h" @interface TableViewController () <NSURLConnectionDelegate> { NSString *string; NSURL *url; [...] read more