我的应用程序在模拟器中正常运行…但不是真正的设备….我已经越狱
iphone所以我无法通过设备调试…如果我使用尝试捕获像这样的东西
@try { Statements } @catch (NSException *ex) { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Error" message:[NSString stringWithFormat:@"%@",ex] delegate:self cancelButtonTitle:@"OK" otherButtonTitles: nil]; [alert show]; }
如果不是我怎么能找到bug的位置?