簡體   English   中英

iOS 7 SDK導致隨機的iOS 6崩潰

[英]Random iOS 6 crash with iOS 7 SDK

當我使用iOS 7進行編譯時,我當前的主要應用程序在iOS 6設備上隨機崩潰。我認為它是系統深入的,並且不知道如何解決此小問題。 在我的應用程序中,有很多iOS 6用戶發生了此崩潰,這讓我發瘋了。

Thread : Fatal Exception: NSGenericException
0  CoreFoundation                 0x32b902a3 __exceptionPreprocess + 162
1  libobjc.A.dylib                0x3a8b897f objc_exception_throw + 30
2  CoreFoundation                 0x32b8fd85 -[NSException name]
3  UIKit                          0x34d22f75 __54+[_UIAppearance _recordersExcludingSource:withWindow:]_block_invoke_0 + 332
4  CoreFoundation                 0x32b8d62f __NSDictionaryEnumerate + 714
5  UIKit                          0x34d22e1d +[_UIAppearance _recordersExcludingSource:withWindow:] + 136
6  UIKit                          0x34e013a5 UIViewServiceCurrentAppearanceSerializedRepresentations + 60
7  UIKit                          0x34d8f7c7 -[_UIRemoteViewControllerConnectionRequest _sendServiceViewControllerRequest] + 206
8  UIKit                          0x34d8f65d __block_global_5 + 264
9  libdispatch.dylib              0x3acd39f7 _dispatch_barrier_sync_f_invoke + 30
10 UIKit                          0x34d8f551 __76-[_UIRemoteViewControllerConnectionRequest _connectToViewControllerOperator]_block_invoke_0 + 92
11 UIKit                          0x34d98bc5 __block_global_0 + 32
12 libdispatch.dylib              0x3acd53f7 dispatch_once_f$VARIANT$mp + 42
13 UIKit                          0x34d98ba1 __73-[_UIViewServiceSessionEndpoint connectToDeputyOfType:connectionHandler:]_block_invoke_0 + 88
14 libdispatch.dylib              0x3acd011f _dispatch_call_block_and_release + 10
15 libdispatch.dylib              0x3acd3ecf _dispatch_queue_drain$VARIANT$mp + 142
16 libdispatch.dylib              0x3acd3dc1 _dispatch_queue_invoke$VARIANT$mp + 40
17 libdispatch.dylib              0x3acd491d _dispatch_root_queue_drain + 184
18 libdispatch.dylib              0x3acd4ac1 _dispatch_worker_thread2 + 84
19 libsystem_c.dylib              0x3ad04a11 _pthread_wqthread + 360
20 libsystem_c.dylib              0x3ad048a4 start_wqthread + 8

添加一個異常斷點您將獲得有關你的崩潰一些更多的信息。對於添加異常斷點對此看看https://developer.apple.com/library/ios/recipes/xcode_help-breakpoint_navigator/articles/adding_an_exception_breakpoint.html

在代碼的每一行中添加斷點以查找錯誤,或者這可能有助於您閱讀崩潰報告。 http://www.raywenderlich.com/23704/demystifying-ios-application-crash-logs

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM