3 Oct
2008
3 Oct
'08
8:05 p.m.
hi everyone, I have this: urlData = NSURLConnection.sendSynchronousRequest urlRequest, returningResponse:response, error:error where urlRequest is a NSURLRequest response is a NSURLResponse error is a NSError in Objective-C response and error would be &response and &error. running this in MacRuby gives: `sendSynchronousRequest:returningResponse:error:': can't convert Ruby object `NSURLResponse' to Objective-C value of type `^@' (ArgumentError) thanks.