Re: Custom framework and Interface Builder.
Re: Custom framework and Interface Builder.
- Subject: Re: Custom framework and Interface Builder.
- From: Darkshadow <email@hidden>
- Date: Thu, 27 Oct 2005 08:02:41 -0400
On Oct 26, 2005, at 3:30 PM, Andrei Tchijov wrote:
Hi,
To accommodate needs of one of my applications, I have sub-
classed NSArrayController. It was working great, so I decided that
it will be good idea to put it into custom framework, so I can use
it in other projects. Acting upon this idea, I have created such
framework and deployed it at /Library/Frameworks.
To make long story short, let's jump to punch line. It does not
work. I can compile my application without problem. But when I
try to run it, I am getting:
... Unknown class LBArrayController in Interface Builder
file....
Please Please Please tell me what am I doing wrong?
( Also, it looks like all of my "Categories" for standard
Cocoa classes which I put into the same framework do not work
either. So maybe it has nothing to do with IB and something to do
with the way I build this framework?)
You responses will be greatly appreciated,
Andrei Tchijov
Did you include the framework in the application? Your application
won't know how to use any of the classes in the nib if the framework
isn't also linked to by the application.
Darkshadow
(aka Michael Nickerson)
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden