• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Framework won't link (was: WHy is Xcode such a PITA?)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: linking issue when attempting to create a universal binary
  • Next by Date: diffing/comparing .xcdatamodel files
  • Previous by thread: linking issue when attempting to create a universal binary
  • Next by thread: diffing/comparing .xcdatamodel files
  • Index(es):
    • Date
    • Thread