Created
October 18, 2013 18:59
-
-
Save jpsim/7046391 to your computer and use it in GitHub Desktop.
NSCFCalendar Error
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
| -[__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. |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the Apple-defined error you get when calling
[[NSCalendar currentCalendar] components:0 fromDate:nil]