1

我在我的应用程序中使用 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;
4

2 回答 2

2

尝试使用像 TestFlight 或 Crittercism 这样的崩溃报告器,它可以让您在崩溃报告中添加事件跟踪 - 它对让我重现崩溃非常有帮助:

https://www.crittercism.com/developers/docs-optional#breadcrumb_trails

于 2012-06-06T23:33:07.510 回答
0

这被苹果确认为他们的错误。

于 2013-09-20T04:41:34.240 回答