Re: xcode projects prortability ?
Re: xcode projects prortability ?
- Subject: Re: xcode projects prortability ?
- From: Chris Espinosa <email@hidden>
- Date: Wed, 5 Oct 2005 10:57:08 -0700
On Oct 5, 2005, at 2:12 AM, Tony wrote:
On ppc I have $(NATIVE_ARCH)
But when copying to an x86 machine $(NATIVE_ARCH) becomes ppc, so i have to change it to i386.
$(NATIVE_ARCH) cant't be selected whatever i do, has to write by hand :-)
It doesn't make sense that when you move the project from a PPC machine to an Intel machine the Architectures value should change from $(NATIVE_ARCH) to ppc.
Try selecting the entire "Architectures" line (which should be in boldface, indicating it's being customized at that level) and pressing Delete or the "–" button. That removes the custom setting and will allow the default $(NATIVE_ARCH) to "shine through."
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