• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Xcode rebuilding from scratch
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode rebuilding from scratch


  • Subject: Re: Xcode rebuilding from scratch
  • From: Chris Espinosa <email@hidden>
  • Date: Wed, 12 Oct 2005 11:23:39 -0700

On Oct 12, 2005, at 9:43 AM, Joran Joran wrote:

I have different versions of a project but with the

same project name. Each version is self-contained in a

folder independently of the others (in terms of source

and building). For all projects I set

Place Build Products In: Default build products

location

Place Intermediate Build Files In: Default

intermediates location

However whenever I close a project and open another

one (from the family of projects above) Xcode starts

recompiling and rebuilding the opened project from

scratch. Is there any option that triggers this or

it's a bug?


I use Xcode 2.1, MacOS X 10.4.2


They are sharing the same precompiled header file because they have the same name, and their settings/timestamps are different, so they're rebuilding the precompiled headers, and therefore recompiling all files.

You can set theĀ SHARED_PRECOMPS_DIR build setting on a per-project basis [for example, to $(SYMROOT)/Precomps/ ] to keep them from overwriting each other.

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

References: 
 >Xcode rebuilding from scratch (From: Joran Joran <email@hidden>)

  • Prev by Date: Re: Can a two-level search be done in Xcode?
  • Next by Date: Re: Can a two-level search be done in Xcode?
  • Previous by thread: Xcode rebuilding from scratch
  • Next by thread: There's something buggy in the XCode Cocoa documentation...
  • Index(es):
    • Date
    • Thread