Created
January 26, 2013 02:07
-
-
Save amiel/4639650 to your computer and use it in GitHub Desktop.
Attitude :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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