After some 'cleaning' of a working app, the main window appears as designed in the MainWindow.xib
.
- I deleted a MainWindowViewController object in IB. (was beneath Font Manager)
- MainWindow.xib has it's Custom class set to
MainWindowViewController
- The table uses Content Mode - View Based
- The two required methods ARE included in that implementation file
- included in header file
- Table view connection has been made to
File's Owner
EDIT: Does the full error message give a clue? Why the NSApplication?
*** Illegal NSTableView data source (<NSApplication: 0x100607ad0>).
What am I missing? What should I check to resolve?
Image included to help visualize.
EDIT 2: (New info)
I deleted the data source
& delegate
connection from the table view and the error disappeared. The same IB designed window opens with an empty table view.