Re: About the Universal Binary
Re: About the Universal Binary
- Subject: Re: About the Universal Binary
- From: "Arnab Ganguly" <email@hidden>
- Date: Thu, 28 Jun 2007 18:40:08 +0530
Yes I have set the in Target as well.From the command prompt like with the xcodebuild I tried
ARCHS="i386 ppc" and
VALID_ARCHS="ARCHS(i386 ppc)" but it didn't worked only when I do NATIVE_ARCH=i386 or
NATIVE_ARCH=ppc it works for the single architecture.In gcc -arch i386
and -arch ppc works for me, so how do I include this with xcodebuild
options.Is there any option where I can make the gcc option like the
way we mention the gcc version in xcodebuild.
Thanks
-AOn 6/28/07, Arnab Ganguly <email@hidden> wrote:
Hi All,
I am developing the universal binary for ppc and imac.In the Xcode project setting I selected the architecture type for both ppc and i386, also the SDK path is set to
10.4 SDK and gcc compiler I am using 4.0.Now
I use the Xcodebuild with the following option
xcodebuild
MACOSX_DEPLOYMENT_TARGET=10.4
SDKROOT=/Developer/SDKs/MacOSX/MacOSX10.4u.sdk
-project Release.xcodeproj GCC_VERSION=4.0 -target Release -configuration Deployment
but when I get the output the lipo shows that it is not a fat binary.
I am somewhat stuck here .Any help would be appreciated.Also how do I mention the Multi arch option in Xcodebuild.
Thanks
-A
_______________________________________________
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