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: Chris Espinosa <email@hidden>
- Date: Wed, 10 Aug 2005 22:18:26 -0700
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?
Add a custom build setting called SDKROOT for the target. Note: this will confuse the indexer and file navigation, as your project may see framework headers coming from multiple places. That's why there's no UI. But it will build correctly.
Chris |
_______________________________________________
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