Re: compiling for ppc only... no i386
Re: compiling for ppc only... no i386
- Subject: Re: compiling for ppc only... no i386
- From: Chris Espinosa <email@hidden>
- Date: Mon, 4 Dec 2006 22:40:49 -0800
On Dec 4, 2006, at 9:56 PM, Eric Smith wrote: All, I'm using Xcode 2.2.1, and Tiger 10.4.8. I have an application that uses MySQL. I've been building this app under debug for many months. Now I'm trying to do a release build. However, Xcode is trying to build a universal binary, creating object files in both a ppc and i386 directory. In my project settings, I have "Architecture" value set to "ppc". That's the only entry. How do I make Xcode compile for PPC only? The reason for the failure is that I don't have any i386 MySQL code on my machine, so I get unresolved symbols.
You need to look in the Target settings, too. The Target settings override Project settings, and if one of the Target configurations is set to build for i386, well, it will.
|
_______________________________________________
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