Re: XCode 2.2: Frameworks in /Library and Multiple Architecture issues
Re: XCode 2.2: Frameworks in /Library and Multiple Architecture issues
- Subject: Re: XCode 2.2: Frameworks in /Library and Multiple Architecture issues
- From: Stephane Sudre <email@hidden>
- Date: Fri, 25 Nov 2005 17:31:22 +0100
On 25 Nov 2005, at 17:02, Chris Espinosa wrote:
On Nov 25, 2005, at 2:50 AM, Stephane Sudre wrote:
I'm trying to build an old project using XCode 2.2 to have a
Universal Binary which can supports both 10.2 PPC and 10.4 x86.
I'm following the recommendations to use:
MACOSX_DEPLOYMENT_TARGET_ppc
GCC_VERSION_ppc
SDKROOT_ppc
These settings are working fine in other projects.
What values are you setting these to?
F426AAF409363FF000D893ED /* Deployment */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
ppc,
i386,
);
FRAMEWORK_SEARCH_PATHS = "$(FRAMEWORK_SEARCH_PATHS)"; // Same
problem if this key-value is not set.
GCC_VERSION_ppc = 3.3;
MACOSX_DEPLOYMENT_TARGET = 10.4;
MACOSX_DEPLOYMENT_TARGET_ppc = 10.2;
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
SDKROOT_ppc = /Developer/SDKs/MacOSX10.2.8.sdk;
};
name = Deployment;
};
And what values are you setting them to for i386?
Default ones I guess from above.
_______________________________________________
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