I have seen that a few others have had this problem as well. I'm trying to follow a tutorial online that shows how to create animated pins on a MapView. I have implemented the code as shown in the tutorial and the project builds fine except I receive this exception: -[MKPointAnnotation iconN]: unrecognized selector sent to instance I have a subclass of 'MKPinAnnotationView' and in the .m file I create this method: - (void)setAnnotation:(id<MKAnnotation>)annotation { [super setAnnotation:annotation]; //Place *place = [[Place alloc] init]; Place *place = (Place *)annotation; //The following line is where the program sends "SIGABRT" icon = [UIImage imageNamed:[NSString stringWithFormat:@"pin_%d.png", [place.iconN intValue]]]; [iconView setImage:icon]; } Here are a few parts from my "model" which is called Place.h/.m. Here is where I create the property for 'iconN'. @property (retain, nonatomic) NSNumbe...
Cisco Certified Network Associate Exam,640-802 CCNA All Answers ~100/100. Daily update