The first time I try using geocodeAddressString:inRegion:completionHandler
after a reset of the iOS simulator I get this error:
PBRequester failed with Error Error Domain=NSURLErrorDomain Code=-1000 "bad URL" UserInfo=0x113bba860 {NSLocalizedDescription=bad URL, NSUnderlyingError=0x113bbf2b0 "bad URL"}
This doesn't happen on the device, or on subsequent runs on the simulator (something gets cached, I'm assuming.) Does anyone know what it is or how to prevent it?