Re: Xcode 1.5 and header files
Re: Xcode 1.5 and header files
- Subject: Re: Xcode 1.5 and header files
- From: Scott Tooker <email@hidden>
- Date: Fri, 13 Aug 2004 15:27:55 -0700
Actually you don't need headers file in a specific target, they just
need to be in the project. The only time that headers need to be part
of a project is when you are dealing with a framework or library where
the headers are part of the product being built. For Xcode 1.5 the
project templates were cleaned up (and many unneeded header build
phases were removed), but an unfortunate side effect was that the
bundle resources phase would pick up added header files automatically.
For a future version we want to beef up the auto-routing behavior of
the various build phases to avoid this problem (note, you can always
drag a file to any build phase and add it that way).
Scott
On Aug 13, 2004, at 8:23 AM, Andreas Mayer wrote:
Am 13.08.2004 um 09:58 Uhr schrieb Jamie:
I fixed it just by turning the target checkbox off for each one.
Well, this is strange. I thought it would be sufficient to remove the
header files from the Bundle Resources group. But then they get
removed from the target, too. And if I add them back to the target,
they get added back to the Bundle Resources again.
I'm have no idea though, why this happens to newly created projects
(just tested with a Cocoa App project) and not with older ones.
You might all want to check your products build from newly created
projects for unwanted header files.
Oh - and I have filed a bug: rdar://3761632
Andreas
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.