Skip to content

Instantly share code, notes, and snippets.

@chuckwagoncomputing
Created November 20, 2012 23:05
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 chuckwagoncomputing/4121884 to your computer and use it in GitHub Desktop.
Save chuckwagoncomputing/4121884 to your computer and use it in GitHub Desktop.
PayPal iOS app console error
Tue Nov 20 16:47:25 PayPal[30597] <Error>: *** -[__NSCFCalendar components:fromDate:toDate:options:]: fromDate cannot be nil
I mean really, what do you think that operation is supposed to mean with a nil fromDate?
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 0x3a1d948f <redacted> + 86
1 PayPal 0x0019981b -[PPKBCheckInManager nearbyMerchantRefresh] + 162
2 PayPal 0x0018833f -[PPMerchantListingsViewController viewWillAppear:] + 1414
3 UIKit 0x333cb319 <redacted> + 136
4 UIKit 0x333d7783 <redacted> + 514
5 UIKit 0x333d74a9 <redacted> + 324
6 UIKit 0x333a84e1 <redacted> + 180
7 UIKit 0x33367803 <redacted> + 258
8 QuartzCore 0x36c3bd63 <redacted> + 214
9 QuartzCore 0x36c3b901 <redacted> + 460
10 QuartzCore 0x36c3c835 <redacted> + 16
11 QuartzCore 0x36c3c21b <redacted> + 238
12 QuartzCore 0x36c3c029 <redacted> + 316
13 UIKit 0x3336d8eb <redacted> + 126
14 CoreFoundation 0x3a2076cd <redacted> + 20
15 CoreFoundation 0x3a2059c1 <redacted> + 276
16 CoreFoundation 0x3a205d17 <redacted> + 742
17 CoreFoundation 0x3a178ebd CFRunLoopRunSpecific + 356
18 CoreFoundation 0x3a178d49 CFRunLoopRunInMode + 104
19 GraphicsServices 0x385462eb GSEventRunModal + 74
20 UIKit 0x333b82f9 UIApplicationMain + 1120
21 PayPal 0x0011572f main + 110
22 PayPal 0x000d5190 start + 40
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment