Error using NSURLConnection?
问题 I am using following code NSURLRequest *theRequest=[NSURLRequest requestWithURL:[NSURL URLWithString:listUrl] cachePolicy:NSURLRequestUseProtocolCachePolicy timeoutInterval:180.0]; // create the connection with the request // and start loading the data NSURLConnection *theConnection=[[NSURLConnection alloc] initWithRequest:theRequest delegate:self]; xmlData=[[NSMutableData alloc]init]; and when I run the project get follwing error in -(void)connection:(NSURLConnection *)connection