Skip to content

Instantly share code, notes, and snippets.

@amiel
Created January 26, 2013 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amiel/4639650 to your computer and use it in GitHub Desktop.
Save amiel/4639650 to your computer and use it in GitHub Desktop.
Attitude :)
2013-01-25 18:06:55.146 Stride[86479:c07] *** -[__NSCFCalendar components:fromDate:]: date cannot be nil
I mean really, what do you think that operation is supposed to mean with a nil date?
An exception has been avoided for now.
A few of these errors are going to be reported with this complaint, then further violations will simply silently do whatever random thing results from the nil.
Here is the backtrace where this occurred this time (some frames may be missing due to compiler optimizations):
(
0 CoreFoundation 0x02425a75 -[__NSCFCalendar components:fromDate:] + 85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment