mralex / geolookup

Objective-C interface to geonames.org public webservice.
MIT License
8 stars 2 forks source link

EXC_BAD_ACCESS #1

Open ghost opened 14 years ago

ghost commented 14 years ago

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.

ghost commented 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.