Re: Changing cross-compile SDK in target settings
Re: Changing cross-compile SDK in target settings
- Subject: Re: Changing cross-compile SDK in target settings
- From: Chris Espinosa <email@hidden>
- Date: Wed, 14 Jan 2004 14:06:16 -0800
On Jan 14, 2004, at 10:40 AM, Frederik Seiffert wrote:
I've a project which is set to cross-compile for 10.2.7 in the project
settings. I have several targets for this project, and I want one of
them to compile for 10.3. I tried changing the "Mac OS X Deployment
Target" but this doesn't seem to help. Is there any way to accomplish
this?
Because of some limitations in Xcode indexing, SDKs are per-project,
not per-target. You need to create a second project file that uses
the same targets and sources as your current one and change its name.
You can add this project to the original project and create a
dependency so it'll be built automatically.
Chris
_______________________________________________
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.