我正在调试一个 iOS 应用程序。
当我跑
ProductListViewController *pListController = [[ProductListViewController alloc] initWithStyle:UITableViewStylePlain];
pListController.title = @"我的收藏";
//pListController.product=self.product;
pListController.opeType = Get_MyCollect;
[self.navigationController pushViewController:pListController animated:YES];
我的应用程序退出时没有在我的 Xcode 输出中打印任何内容?
任何的想法?
我在编辑方案中打开所有选项
也没有更多的信息打印。