首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >UIKIT错误串

UIKIT错误串
EN

Stack Overflow用户
提问于 2012-06-06 19:41:35
回答 2查看 263关注 0票数 1

我在我的应用程序中使用了Crashlytics。下面是我的撞车日志,我正在经历一段艰难的日子.

我知道错误了

哇!排得太低了.24小时59分钟是最大的计时器间隔,就目前而言.

这是一个与UIKIT相关的错误。

对如何修复它有什么建议吗?

代码语言:javascript
复制
 ...
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

应用程序告诉我崩溃的原因是:

代码语言:javascript
复制
_birthDatePicker.date = _birthDate;
EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2013-09-20 04:41:34

苹果证实这是他们的一个错误。

票数 0
EN

Stack Overflow用户

发布于 2012-06-06 23:33:07

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

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

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/10921040

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档