次のエラーが発生したときに、iPhone 5 で動作するようにアプリを更新しようとしています。
Terminating app due to uncaught exception 'UIViewControllerHierarchyInconsistency',
reason: 'A view can only be associated with at most one view controller at a time!
View <UITableView: 0x88fbe00; frame = (0 20; 320 548); clipsToBounds = YES; opaque = NO;
autoresize = W+H; gestureRecognizers = <NSArray: 0x8395940>; layer = <CALayer: 0x8395350>;
contentOffset: {0, 0}> is associated with <UIViewController: 0x83967d0>. Clear this
association before associating this view with <UIViewController: 0x8381220>.'
私は XCode バージョン 4.5 を実行していますが、これは以前に発生したことはありません。この質問の手順に従ってみました。これは私の MainWindow.xib がどのように見えるかです:
私は何を間違っていますか?どうすれば修正できますか?