2011-03-12 77 views
1

任何人都可以幫我理解下面的崩潰日誌嗎?它在進一步詢問我的應用程序崩潰後來自Apple。由於這次崩潰,他們拒絕了應用程序,但我從來沒有能夠在我的最終或10+測試版測試人員身上發現它。所以基本上,這只是出於某種原因而發生的。它看起來與提出觀點有關,但這很奇怪,因爲就像我說的那樣,這個觀點已經完美無缺。奇怪的模態視圖控制器NSException錯誤

Mar 11 14:46:09 unknown StageBloc[2309] <Error>: *** Terminating app due to uncaught exception 
'NSInvalidArgumentException', reason: '-[AccountOverviewViewController popupViewController]: unrecognized selector sent to instance 0x2c7820' 
*** Call stack at first throw: 
(
    0 CoreFoundation      0x3291964f __exceptionPreprocess + 114 
    1 libobjc.A.dylib      0x36b5cc5d objc_exception_throw + 24 
    2 CoreFoundation      0x3291d1bf -[NSObject(NSObject) doesNotRecognizeSelector:] + 102 
    3 CoreFoundation      0x3291c649 ___forwarding___ + 508 
    4 CoreFoundation      0x32893180 _CF_forwarding_prep_0 + 48 
    5 AppName       0x0004b56d -[TTBaseViewController shouldAutorotateToInterfaceOrientation:] + 36 
    6 UIKit        0x35b0dead -[UIViewController _isSupportedInterfaceOrientation:] + 48 
    7 UIKit        0x35b76e51 -[UIViewController _preferredInterfaceOrientationGivenCurrentOrientation:] + 68 
    8 UIKit        0x35b75f07 -[UIWindowController transition:fromViewController:toViewController:target:didEndSelector:] + 794 
    9 UIKit        0x35b756f7 -[UIViewController presentModalViewController:withTransition:] + 2378 
    10 UIKit        0x35b74cd7 -[UIViewController presentModalViewController:animated:] + 58 
    11 StageBloc       0x00009bb1 -[StageBlocViewController loginSuccessful] + 196 
    12 StageBloc       0x00004c21 -[StageBlocAppDelegate successfulAttempt:] + 288 
    13 CoreFoundation      0x32886f03 -[NSObject(NSObject) performSelector:withObject:] + 22 
    14 AppName       0x0002aa75 -[ASIHTTPRequest reportFinished] + 60 
    15 CoreFoundation      0x32886f03 -[NSObject(NSObject) performSelector:withObject:] + 22 
    16 Foundation       0x325707a9 __NSThreadPerformPerform + 268 
    17 CoreFoundation      0x328f0a79 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 12 
    18 CoreFoundation      0x328f275f __CFRunLoopDoSources0 + 382 
    19 CoreFoundation      0x328f34eb __CFRunLoopRun + 230 
    20 CoreFoundation      0x32883ec3 CFRunLoopRunSpecific + 230 
    21 CoreFoundation      0x32883dcb CFRunLoopRunInMode + 58 
    22 GraphicsServices     0x30b2b41f GSEventRunModal + 114 
    23 GraphicsServices     0x30b2b4cb GSEventRun + 62 
    24 UIKit        0x35af9d69 -[UIApplication _run] + 404 
    25 UIKit        0x35af7807 UIApplicationMain + 670 
    26 AppName       0x00002ae1 main + 48 
    27 AppName       0x00002aac start + 40 
) 
+0

有類似的問題(識別選擇器的對象沒有,我懷疑這是與鏈接...) – BadPirate 2011-04-14 23:16:04

回答

0

這與忘記向Three20庫使用的項目中添加一些必需的構建變量有關。我沒有注意到它,因爲你無法在本地運行App Store發佈版本。