Re: Gratuitous rebuilds in Xcode 2.3
Re: Gratuitous rebuilds in Xcode 2.3
- Subject: Re: Gratuitous rebuilds in Xcode 2.3
- From: Shaun Wexler <email@hidden>
- Date: Mon, 16 Oct 2006 22:45:27 -0700
On Oct 16, 2006, at 10:38 PM, B.J. Buchalter wrote:
Hi Folks,
So I have generally experienced this with Xcode over the years, but
now I
have a rather large project in Xcode, with 400 or so source files and
gratuitous rebuilds are pretty painful. It seems like quitting (or
perhaps
crashing) Xcode will make it so the next time I open the project,
it will
rebuild all the files in my project.
The project is a "native" new-build system project created with
Xcode 2.3.
Any ideas of why this is happening, and what I can do to fix it (or
debug
it).
It is not really workable for it to be this way...
Assuming you don't have a problem in your header include paths... see
if your intermediate builds are stored in a volatile temp directory,
and then examine your precomp behaviors. I keep all my intermediates
in ~/Library/Caches/Xcode/IntermediateBuilds, so it's easy to trash
them as needed. Placing them somewhere in /tmp will force clean
rebuilds at least daily or after a restart. Also uncheck precomp
sharing in the build/target. Then you can optimize backwards from
there.
--
Shaun Wexler
MacFOH
http://www.macfoh.com
_______________________________________________
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