I got error messages "cannot connect to target of class"
19/07/03 19:01
I have a document-based application. In the document window I have connected buttons to actions in the window controller, but when starting the application the AppKit seems to try to connect my buttons to my document class instead of my window controller class, what's wrong ? |
When developing a document-based application for which the document window will have a window controller class, you have to overwite | makeWindowControllers of your document class.