Re: Framework won't link (was: WHy is Xcode such a PITA?)
Re: Framework won't link (was: WHy is Xcode such a PITA?)
- Subject: Re: Framework won't link (was: WHy is Xcode such a PITA?)
- From: George Warner <email@hidden>
- Date: Tue, 18 Dec 2007 09:50:50 -0800
- Thread-topic: Framework won't link (was: WHy is Xcode such a PITA?)
On Sat, 15 Dec 2007 23:07:09 -0800, Rick Mann <email@hidden> wrote:
> That said, changing dozens of include files to only include the
> umbrella header seems to work. I'm annoyed that it managed to work in
> my previous project (probably because I had included the subframeworks
> directly then).
Hey Rick,
Sorry for the delay, I'm still catching up on old emails and this one has
been sitting in my to-do folder for three days now.
I just wanted to add that if you put the umbrella header into your
pre-compiled header (.pch) file then you don't need any of the includes in
any of your source files.
I'm of the same opinion that this seems fundamentally wrong and lazy; (like
garbage collection!). In a "proper world" source & header files should
always include the minimal header files necessary for them to build
properly. And all malloc'ed memory should be explicitly free'd. And CF
objectes retained and released... ;-)
But we don't live in that world... :(
--
Enjoy,
George Warner,
Schizophrenic Optimization Scientist
Apple Developer Technical Support (DTS)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden