Re: warning: xxx.app depends on itself
Re: warning: xxx.app depends on itself
- Subject: Re: warning: xxx.app depends on itself
- From: Esteban <email@hidden>
- Date: Tue, 26 Jun 2001 21:06:59 -0700
Make sure that you have created and written the source and header files
for myController if you have an instance in your nib file. Otherwise,
when you have an instantiated a custom class without a source and header
file defining the custom class your application will fall back on
NSObject (the super class of the custom class ) for any calls.
-Esteban
On Tuesday, June 26, 2001, at 10:20 AM, Ing. Roman Fischer wrote:
I try to build my first Java-Coca-App. When building the app I get the
above message. Later when I try to run the app I get the message
Unknown class `myController' in nib file, using `NSObject' instead.
What do I wrong?
Thank you in advance
Roman Fischer
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev