• 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: Header Files Copied into App Bundle - Why?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Header Files Copied into App Bundle - Why?


  • Subject: Re: Header Files Copied into App Bundle - Why?
  • From: Chris Hanson <email@hidden>
  • Date: Tue, 18 Jul 2006 12:32:59 -0700

On Jul 18, 2006, at 10:40 AM, David Emme wrote:

Why is it copying the .h files into the app bundle?

It's copying them because you're making them a member of the target that produces your application, but there is no Copy Headers build phase in the target. The fact that there's no such build phase in the target is by design; this build phase is only intended to be used when creating frameworks, and header files don't need to be members of a target just because they're in a project.


If you do make a header file a member of a target, it will be routed to the most appropriate available build phase; without a Copy Headers build phase, it will be be routed to the target's Copy Bundle Resources build phase.

What version of Xcode are you using?

  -- Chris

_______________________________________________
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


  • Follow-Ups:
    • Re: Header Files Copied into App Bundle - Why?
      • From: David Emme <email@hidden>
References: 
 >Header Files Copied into App Bundle - Why? (From: David Emme <email@hidden>)

  • Prev by Date: Re: Header Files Copied into App Bundle - Why?
  • Next by Date: Prepending to fixed length
  • Previous by thread: Re: Header Files Copied into App Bundle - Why?
  • Next by thread: Re: Header Files Copied into App Bundle - Why?
  • Index(es):
    • Date
    • Thread