Class used in Interface Builder not being linked?
Class used in Interface Builder not being linked?
- Subject: Class used in Interface Builder not being linked?
- From: Garth Shoemaker <email@hidden>
- Date: Fri, 4 Oct 2002 11:35:30 -0700 (PDT)
Hello,
I wrote a subclass of NSImageView that I imported into Interface Builder.
The interface built fine. I then included the .h and .a static lib in
Project Builder. It seems, however, that Project Builder may not be
linking the class properly (this is a guess), as I get this runtime error:
2002-10-04 11:16:36.453 EasyPDT[6481] Unknown class 'nswarpview' in nib
file, using `NSImageView' instead.
Also, interestingly, if I include the source of the class instead of the
lib produced from the source, it works ok. This is unacceptable, however,
as I want to distribute the lib only.
Any ideas?
Thanks,
Garth
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.