Open ghost opened 14 years ago
gn = [[GeoLookup alloc] initWithLatitude:newLocation.coordinate.latitude longitude:newLocation.coordinate.longitude]; [gn setDelegate:self]; [gn findNearbyPostalCodes]; After the didReceiveResponse is run it just crashes.
I can't really pinpoint what is wrong but what I know is that I was not receiving this until I added geolookup to my project. It receives the info successfully and then it just crashes unexpectedly.