Re: warning: xxx.app depends on itself
Re: warning: xxx.app depends on itself
- Subject: Re: warning: xxx.app depends on itself
- From: Enrique Zamudio Lopez <email@hidden>
- Date: Wed, 27 Jun 2001 10:26:47 -0500
You have an object in your nib file that is of class "myController".
Open the nib, choose that object, and in the inspector panel choose the
correct class for the object.
If you need it to be a class that you haven't created yet, you need to
create the source code for the files. Select the "classes" tab in IB,
select your class, and then choose "create source files" from the menu
(you can ctrl-click on the class to open the menu with the options you
need).
Once you create the code for your class, you can run the app (but your
controller will do nothing, since the class is empty).
Enrique Zamudio Lopez
Chief Software Architect
North American Software
email@hidden
http://www.nasoft.com.mx/