I was debugging an iOS app.
When I run
ProductListViewController *pListController = [[ProductListViewController alloc] initWithStyle:UITableViewStylePlain];
pListController.title = @"我的收藏";
//pListController.product=self.product;
pListController.opeType = Get_MyCollect;
[self.navigationController pushViewController:pListController animated:YES];
My app quit without print anything in my Xcode output?
Any idea?
I open all option in Edit Scheme
And no more info print also.