I’m trying out the new version 2.0 of AFNetworking and I’m getting the error above. Any idea why this is happening? Here’s my code: NSURL *URL = [NSURL URLWithString:kJSONlink];...
Trying to step into AFNetworking code generates following warning: [Project Name] was compiled with optimization - stepping may behave oddly; variables may not be available. And of course I’m...