1
[self.navigationController pushViewController:vcSummary animated:YES ];
導致我的應用程序崩潰(已經在應用商店中),但在我的iPhone 5.0模擬器上完美工作。IOS 5 Crash @ [self.navigationController pushViewController:vcSummary animated:YES];
請問有什麼方法可以找出墜機事件的原因嗎?
如何在iPhone上進行調試,例如我可以在iPhone上運行應用程序並在iPhone上查看日誌嗎?
代碼: -
AirportInfoSummaryController *vcSummary = [[AirportInfoSummaryController alloc] init];
[self.navigationController pushViewController:vcSummary animated:YES ];
AirportInfoSummaryController
有裝載了表格視圖單元格的每一行表視圖(三排有3級廈門國際銀行的加載)
崩潰日誌我得到: -