Re: Need help on Universal building with Xcode 3.1
Re: Need help on Universal building with Xcode 3.1
- Subject: Re: Need help on Universal building with Xcode 3.1
- From: Chris Espinosa <email@hidden>
- Date: Mon, 8 Jun 2009 21:48:20 -0700
On Jun 8, 2009, at 8:50 PM, Arnab Ganguly wrote:
I have selected in the build settings
Arch -> Standard (32-bit) Universal.
Base SDK -> Mac OSX 10.5.
XCode Version->3.1.2
Just trying out for the universal build....
Is this going to run on older machines like 10.4 as I am facing
issues ?
Do I need to compile the code in 10.4 SDK to make it run on MaOSX
10.4 ?
My main aim is to build the binary in 10.5 but it should run on 10.4
also and Xcode version used is 3.1.2.
To run on 10.4, you have to set the "Deployment Target" build setting
to 10.4.
If you use any 10.5 features, you must test them before calling to
make sure they exist.
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