Re: Xcode recompiles twice each time???
Re: Xcode recompiles twice each time???
- Subject: Re: Xcode recompiles twice each time???
- From: Michael Rawdon <email@hidden>
- Date: Mon, 18 Jun 2007 16:47:23 -0700
On Jun 18, 2007, at 12:58 PM, Cem Karan wrote: On Jun 18, 2007, at 3:39 PM, Simon Raisin wrote: On 6/18/07, Cem Karan <email@hidden> wrote: I'm running into a really strange behavior, but I'm not sure if its a bug, or some kind of intended behavior that I don't understand. When I do a clean recompile of my code, Xcode recompiles all the files twice. I can manually verify that the full path leads to the same source files, so I know I'm not going crazy, but it begs the question; why??
Are you building a Universal binary? If so, it will be built once for Intel then again for PPC.
I hadn't intended to do so, but I think I may be doing exactly that. When I checked the info on my project, the only architecture it shows 'ppc', but when I check the target (which is a library build), I've got 'ppc i386'. Mystery solved. Thanks!
Keep in mind that settings for a target will always override settings in the project as a whole when building that target.
-- Michael Rawdon email@hidden Xcode Developer Apple Inc., Cupertino CA
|
_______________________________________________
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