Re: Xcode-users Digest, Vol 2, Issue 421
Re: Xcode-users Digest, Vol 2, Issue 421
- Subject: Re: Xcode-users Digest, Vol 2, Issue 421
- From: Scott Fraser <email@hidden>
- Date: Thu, 11 Aug 2005 08:56:25 -0700
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.
So, what you're saying is that the UI ("User Interface") will use one
SDK to do header and reference lookups, showing the user one thing,
then it will actually do the build using a completely different SDK? I
know it's a knotty problem, and I know we're all Developers here and
should know better, but what ever happened to WYSIWYG??
For myself, I use the same set of sources, but a different Project (ie
a separate .xcodeproj file), with different target settings. I'm more
comfortable with a consistent environment.
Scott
-----
_______________________________________________
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