Re: Makin' frameworks
Re: Makin' frameworks
- Subject: Re: Makin' frameworks
- From: Vince DeMarco <email@hidden>
- Date: Sun, 30 Sep 2001 10:37:05 -0700
On Saturday, September 29, 2001, at 06:15 pm, Rosyna wrote:
Now this begs the question, whats the easiest way to debug frameworks?
Ack, at 9/29/01, Vince DeMarco said:
On Friday, September 28, 2001, at 04:59 pm, Rosyna wrote:
Is there any sample/example frameworks I can see to make a framework of
my own?
Assuming you are using 10.1
/Developer/Examples/InterfaceBuilder/BusyPalette
The project there is an IB palette and a framework combined in 1 project.
The fist thing to do is in the PB preferences set the build output
directory to some thing.
I have mine set to /Volumes/Build/Symbols/Output.
Now any project i build will use all of the compiled stuff out of there.
Just make sure you have all of the projects recompiled to use the above
output directory, then make sure all of the projects are open in PB. The
right thing should just happen.
vince