tags:

views:

42

answers:

1

NSDate may not resond to DscriptionWithCalenderFormatZone:locale

+2  A: 

Compilers are spelling sensitive, the correct message to send is:

- (NSString *)descriptionWithCalendarFormat:(NSString *)formatString timeZone:(NSTimeZone *)aTimeZone locale:(id)localeDictionary

arul