I am using crashlytics in my app and I am getting the following crash log that i am having a hard time following.
The error is "whoa! Too low of a row...! 24hrs 59mins is the max timer interval, for now..." which I have no idea where thats coming from...
the log is
The line that the log says it crashes on is as follows
The error is "whoa! Too low of a row...! 24hrs 59mins is the max timer interval, for now..." which I have no idea where thats coming from...
the log is
Code:
...
CoreFoundation
__exceptionPreprocess + 162
1 libobjc.A.dylib
objc_exception_throw + 32
2 CoreFoundation
+[NSException raise:format:]
3 Foundation
-[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 90
4 UIKit
-[UIDatePickerView _updateRowInColumn:toValue:withRepeatingAmount:element:animated:] + 538
5 UIKit
-[UIDatePickerView _loadDateAnimated:] + 264
6 UIKit
-[UIDatePickerView _updateBitsForDate:forced:andReload:animateIfNeeded:] + 696
7 UIKit
-[UIDatePickerView _setDate:animated:forced:] + 348
8 UIKit
-[UIDatePickerView setDate:animated:] + 30
9 UIKit
-[UIDatePicker setDate:] + 36
10 App ✭ EditAccountViewController.m line 571
-[EditAccountViewController textFieldDidBeginEditing:] + 571
11 UIKit
-[UITextField _becomeFirstResponder] + 402
12 UIKit
-[UIResponder becomeFirstResponder] + 336
13 UIKit
-[UITextInteractionAssistant setFirstResponderIfNecessary] + 174
14 UIKit
-[UITextInteractionAssistant oneFingerTap:] + 1608
15 UIKit
_UIGestureRecognizerSendActions + 106
16 UIKit
-[UIGestureRecognizer _updateGestureWithEvent:] + 304
17 UIKit
___UIGestureRecognizerUpdate_block_invoke_0541 + 48
18 UIKit
_UIGestureRecognizerApplyBlocksToArray + 176
19 UIKit
_UIGestureRecognizerUpdate + 898
20 UIKit
_UIGestureRecognizerUpdateGesturesFromSendEvent + 28
21 UIKit
-[UIWindow _sendGesturesForEvent:] + 774
22 UIKit
-[UIWindow sendEvent:] + 88
23 UIKit
-[UIApplication sendEvent:] + 356
24 UIKit
_UIApplicationHandleEvent + 5826
25 GraphicsServices
PurpleEventCallback + 882
26
...
CoreFoundation
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 38
27 CoreFoundation
__CFRunLoopDoSource1 + 140
28 CoreFoundation
__CFRunLoopRun + 1370
29 CoreFoundation
CFRunLoopRunSpecific + 300
30 CoreFoundation
CFRunLoopRunInMode + 104
31 GraphicsServices
GSEventRunModal + 136
32 UIKit
UIApplicationMain + 1080
33 App main.m line 15
main + 15
34 App
start
The line that the log says it crashes on is as follows
Code:
_birthDatePicker.date = _birthDate;