Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Iphone 与UIKit相关的罕见且不可再现的故障_Iphone_Objective C_Ios_Crash_Uikit - Fatal编程技术网

Iphone 与UIKit相关的罕见且不可再现的故障

Iphone 与UIKit相关的罕见且不可再现的故障,iphone,objective-c,ios,crash,uikit,Iphone,Objective C,Ios,Crash,Uikit,我有一个随机出现的与UIKit相关的崩溃,我似乎不知道是什么错了 有人在这里看到了熟悉的模式吗?或者您认为这可能是一个随机的操作系统相关崩溃?有没有办法找出这里涉及哪些按钮或UI元素 Thread 0 Crashed: 0 libobjc.A.dylib 0x35260f78 objc_msgSend + 15 1 UIKit 0x312363d7 -[UIView(Hierarchy)

我有一个随机出现的与UIKit相关的崩溃,我似乎不知道是什么错了

有人在这里看到了熟悉的模式吗?或者您认为这可能是一个随机的操作系统相关崩溃?有没有办法找出这里涉及哪些按钮或UI元素

Thread 0 Crashed:
0   libobjc.A.dylib                     0x35260f78 objc_msgSend + 15
1   UIKit                               0x312363d7 -[UIView(Hierarchy) superview] + 50
2   UIKit                               0x31239abb -[UIView nextResponder] + 82
3   UIKit                               0x31354011 forwardTouchMethod + 36
4   UIKit                               0x3124f97d -[UIWindow _sendTouchesForEvent:] + 400
5   UIKit                               0x3124f319 -[UIWindow sendEvent:] + 380
6   UIKit                               0x31235695 -[UIApplication sendEvent:] + 356
7   UIKit                               0x313e762f __42-[UIApplication _cancelTouches:withEvent:]_block_invoke_0 + 54
8   UIKit                               0x312a5d0d -[UIApplication _cancelTouches:withEvent:includingGestures:notificationBlock:] + 544
9   UIKit                               0x312a5ae9 -[UIApplication _cancelTouches:withEvent:] + 84
10  UIKit                               0x31234eb1 _UIApplicationHandleEvent + 5688
11  GraphicsServices                    0x33c7722b PurpleEventCallback + 882
12  CoreFoundation                      0x37535523 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 38
13  CoreFoundation                      0x375354c5 __CFRunLoopDoSource1 + 140
14  CoreFoundation                      0x37534313 __CFRunLoopRun + 1370
15  CoreFoundation                      0x374b74a5 CFRunLoopRunSpecific + 300
16  CoreFoundation                      0x374b736d CFRunLoopRunInMode + 104
17  GraphicsServices                    0x33c76439 GSEventRunModal + 136
18  UIKit                               0x31263cd5 UIApplicationMain + 1080

我也倾向于体验“随机”崩溃,尤其是使用UIAlertView时。你有什么代码要共享吗?-一个老职位;但可能有一些诊断提示可供使用/I也倾向于经历“随机”崩溃,尤其是使用UIAlertView。你有什么代码要共享吗?-一个老职位;但可能有一些诊断提示可供使用/