Re: multiple compilations of a module
Re: multiple compilations of a module
- Subject: Re: multiple compilations of a module
- From: "Clark Cox" <email@hidden>
- Date: Mon, 28 Jul 2008 20:07:49 -0700
On Mon, Jul 28, 2008 at 7:38 PM, Dale Miller <email@hidden> wrote:
> I am seeing a problem in all the projects I have done a build on recently.
> on every build, one or more of the modules gets compiled twice with two
> error/warning messages for each error/warning. The only problem apparently
> caused is aggravation on my part. I didn't notice any names duplicated on a
> cursory scan of .xcodeproj. Can anyone suggest the source of the problem?
> Dale Miller
> email@hidden
Are you building for multiple architectures? (i.e. building a
Universal application). If so, each file will be compiled once per
architecture, so any warnings or errors encountered will show up
multiple times.
--
Clark S. Cox III
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