스토리 보드에는 식별자가있는 뷰 컨트롤러가 없습니다
다음과 같은 오류가 계속 발생합니다. Storyboard (<UIStoryboard: 0x7ebdd20>) doesn't contain a view controller with identifier 'drivingDetails' 이것은 코드입니다. - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { UIViewController *controller = [self.storyboard instantiateViewControllerWithIdentifier:@"drivingDetails"]; controller.title = [[dao libraryItemAtIndex:indexPath.row] valueForKey:@"name"]; [self.navigationController pushViewController:controller animated:YES]; } 난 이미 설정 한 identifier온 UIStoryboard하지만, 난 여전히이 오류를 받고 있어요.