Since iOS 4.3 (GM Seed 10M2518) I\'m getting crashes when using MKReverseGeocoder. reverseGeocoder:didFailWithError: gets called with an error like
I had the same issue, even though my MKReverseGeocoder code followed one of the Apple examples (MKReverseGeocoder as a global autorelease variable). Also the issue appeared only on iOS 4.3 (4.0 was running no problem).
What solved the problem for me was removing the autorelease part and releasing the MKReverseGeocoder only in dealoc of the view.