我在我的应用程序中使用了Crashlytics。下面是我的撞车日志,我正在经历一段艰难的日子.
我知道错误了
哇!排得太低了.24小时59分钟是最大的计时器间隔,就目前而言.
这是一个与UIKIT相关的错误。
对如何修复它有什么建议吗?
...
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
32 UIKit
UIApplicationMain + 1080
33 App main.m line 15
main + 15
34 App
start应用程序告诉我崩溃的原因是:
_birthDatePicker.date = _birthDate;发布于 2013-09-20 04:41:34
苹果证实这是他们的一个错误。
发布于 2012-06-06 23:33:07
尝试使用像TestFlight或Crittercism这样的崩溃报告,它允许您将事件跟踪添加到崩溃报告中--这对于让我重现崩溃非常有帮助:
https://www.crittercism.com/developers/docs-optional#breadcrumb_trails
https://stackoverflow.com/questions/10921040
复制相似问题