These are the warning lines: @property (non-atomic, preserving) NSString * Title; @property (non-atomic, preserving) NSString * Subtitle;
My warning: the attribute 'title' 'copy' of the property does not match the property inherited from 'MKAnnotation'
Any ideas?
Thanks in advance!
source share