[self.navigationController pushViewController:vcSummary animated:YES ];
is leading to my application crash (which is already in app store) on device, but working perfectly on my iPhone 5.0 simulator.
クラッシュが起こっている理由を知る方法はありますか?
How to debug on iPhone i.e can i run application on iPhone and see the logs on iPhone itself?
コード: -
AirportInfoSummaryController *vcSummary = [[AirportInfoSummaryController alloc] init];
[self.navigationController pushViewController:vcSummary animated:YES ];
AirportInfoSummaryController
has a table view with each row loaded with a table view cell (three rows have 3 xib's loaded)
Crash Log I am Getting:-