Re: Building for 10.3.9 PPC & 10.4 Universal
Re: Building for 10.3.9 PPC & 10.4 Universal
- Subject: Re: Building for 10.3.9 PPC & 10.4 Universal
- From: "Shawn Erickson" <email@hidden>
- Date: Mon, 22 May 2006 11:38:28 -0700
On 5/22/06, Alain Filhol <email@hidden> wrote:
I'm trying to build my C Carbon application so that it works on Mac OS X
10.3.9+ on PPC and 10.4+ on Intel platforms.
get the error message:
#error MAC_OS_X_VERSION_MAX_ALLOWED must be >=
MAC_OS_X_VERSION_MIN_REQUIRED
What do you have MACOSX_DEPLOYMENT_TARGET set to? In your case it
sounds like they should be set to the following...
MACOSX_DEPLOYMENT_TARGET_ppc = 10.3
MACOSX_DEPLOYMENT_TARGET_i386 = 10.4
-Shawn
_______________________________________________
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