Could not load NIB in bundle: 'NSBundle'

MyUITableViewController *myUITableViewController = [[MyUITableViewController alloc] 
    initWithNibName:@"MyUITableViewController" bundle:nil];

とした時、Could not load NIB in bundle: 'NSBundle'とエラー。

どうやら、対応するxibが存在しないと出る模様。
ファイル作成時に With XIB for user interfaceを指定してxibも同時に作ることで解決。