2013-12-09 5 views
0

iOS 7을 사용하여 컴파일 할 때 현재 메인 애플리케이션이 임의로 iOS 6 장치에서 충돌합니다.이 시스템은 심오한 생각이며이 작은 불쾌한 버그를 수정하는 방법을 알지 못합니다. 내 응용 프로그램에는이 충돌 사고가 많은 iOS 6 사용자가 있으며, 그것은 나를 견디게합니다.iOS 7 SDK가있는 임의의 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 

답변