Re: Changing the Cross-dev SDK for just one target?
Re: Changing the Cross-dev SDK for just one target?
- Subject: Re: Changing the Cross-dev SDK for just one target?
- From: Michael Rawdon <email@hidden>
- Date: Wed, 10 Aug 2005 16:48:24 -0700
Hi there -On Aug 10, 2005, at 12:47 PM, Theodore H. Smith wrote: In Xcode, I've been changing the cross development SDK from the:
project->Info->General->Cross-Develop Using Target SDK:
pane, in Xcode.
However, this applies to all the targets.
I'd like one target to be using the 10.4 SDK, and another to be using the 10.2.8 SDK.
How is this done? I don't see any such "Cross-develop" popupmenu in the target info panel in Xcode?
You can actually just set the SDKROOT build setting in your targets and it should just work.
The main thing to be aware of is that project editing and navigation features (e.g., open quickly, code sense) may not respect your per-target SDKROOT setting, because many project items (such as files) are not tied to a specific target. But setting SDKROOT per-target should work for building purposes. -- Michael Rawdon Apple Computer, Cupertino CA Xcode Developer email@hidden
|
_______________________________________________
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