Re: Different versions of a file in a project
Re: Different versions of a file in a project
- Subject: Re: Different versions of a file in a project
- From: David Ewing <email@hidden>
- Date: Wed, 21 Jan 2004 11:16:11 -0800
On Jan 21, 2004, at 10:16 AM, Chris Espinosa wrote:
On Jan 20, 2004, at 8:48 PM, David Catmull wrote:
In Xcode, you have to actually add a file to each target. There are
a number of ways to see if a file is part of a target. Perhaps the
easiest is to show the Target Membership column in Groups and Files
view (or the Details view), select the file and look at the
checkbox. Change the active target (in the toolbar popup menu) to
find out about different projects. If the target membership for a
file isn't what you expect, just click on the checkbox.
I've done that. The correct .cp file is being compiled in each
target, but it sometimes includes the wrong header file. The target
membership checkbox is set correctly for both pairs of files.
You probably need to defeat the headermap feature, which speeds builds
but has a hard time handling different files with the same name.
USE_HEADERMAP to your target's Build Settings, and set its value to
NO.
This should probably get you going. But it would also be good if you
could file a bug at <http://developer.apple.com/bugreporter> that
describes your particular case. This stuff should work, and if there
are cases that don't, we want to fix them.
Dave
_______________________________________________
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.