dateWithCalendarFormat: problem
dateWithCalendarFormat: problem
- Subject: dateWithCalendarFormat: problem
- From: Jeff LaMarche <email@hidden>
- Date: Fri, 24 Jan 2003 21:14:25 -0500
Any idea why I would get a "selector not recognized" error when calling
dateWithCalendarFormat: on an NSCalendarDate?
Here's the error message:
*** -[NSCFDate descriptionWithCalendarFormat:]: selector not recognized
The NSCalendarDate was created earlier like this:
NSCalendarDate *date = [NSCalendarDate calendarDate];
and has not been edited or touched by any code...
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.