Someone knows why I'm getting null in this code?
NSURLRequest *requisicao = [NSURLRequest requestWithURL:
[NSURL URLWithString:URLAddress]];
When I debug this line and preview the content of this variable, I receive null -
"<NSURLRequest (null)>"
My URLAddress is a request for a JSON service.