Hi All
In new snow leopard my application not working properly
crashes in the code
When I comment the [error code] then application works ok please suggest me any good alternative of [error code]
--
Amit Battan
In new snow leopard my application not working properly
crashes in the code
Code:
NSError *error;
[NSURLConnection sendSynchronousRequest:theRequest returningResponse:&response error:&error];
NSLog(@"%d",[error code]);
When I comment the [error code] then application works ok please suggest me any good alternative of [error code]
--
Amit Battan