For some reason, this if statement is giving me an "Expected : before ] token.
if ([ [mine commodity] isEqualToString:@"Gold"] && [gold == YES])
{
[tempMine setAnnotationType:iProspectLiteAnnotationTypeGold];
[mapView addAnnotation:tempMine];
}
is there some typo here that I'm not seeing?