Re: Xcode recompiles twice each time???
Re: Xcode recompiles twice each time???
- Subject: Re: Xcode recompiles twice each time???
- From: Peter Mulholland <email@hidden>
- Date: Mon, 18 Jun 2007 21:02:51 +0100
Hello Cem,
Monday, June 18, 2007, 8:36:30 PM, you 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??
This is what you will see when you do a Universal Binary build. The
code is compiled once for PPC, and once for Intel, and at the link
stage, it is combined together.
Typically, this happens with the "Deployment" build type.
--
Best regards,
Peter mailto:email@hidden
_______________________________________________
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