Quote:
Originally Posted by PhilSimpson
For what it's worth, my app works under beta 3, but it's not adding accessory stuff to the callouts, it's just showing the pins (purple and green are back) and giving title and subtitle when tapped. Does your app still throw an exception with accessory bits commented out?
|
I haven't even reached the point of trying to do anything with callouts – all I do is create an instance of a very simple class that implements MKAnnotation, and add it to the map view using addAnnotation:. An exception is immediately thrown from from several frames down in the MapKit code, and it looks like an out-of-bounds index for an NSArray is causing it.
I've also tried using an MKPlacemark object (created by a reverse geocoder) instead of my own custom class, and exactly the same thing happens.