Re: Xcode 2.1 locking up immediately
Re: Xcode 2.1 locking up immediately
- Subject: Re: Xcode 2.1 locking up immediately
- From: Chris Espinosa <email@hidden>
- Date: Wed, 17 Aug 2005 08:25:21 -0700
On Aug 17, 2005, at 7:06 AM, Lyndsey Ferguson wrote:
Hello all,
I've been working on bring a CodeWarrior (8.3) CFM application into
Xcode by adding the files manually and creating the sub-projects so
that they create static libraries that the main application depends on
(to match the way we build our app currently).
Up to this point, I've been relatively happy except for the slow UI
response time that Xcode has (the perforce interface is better than I
thought it would be - except for multiple changelists and error
messages that don't show up in Xcode).
At first the biggest library, the 7th that I've made in this project,
had 4500 errors. This morning I got that number to around 800, but
then when I went to select the first of the 800 errors, Xcode went
into the spinning pizza of death trance. "Ok, not a big deal", I
thought, "Xcode is still in its infancy, lets just get Spin Control up
so we can log the trance and bugreport it". Spin Control doesn't
register anything. I make sure Xcode is the app that it picks up in
the preferences. Nothing. I wait. Nothing. Meanwhile, I can do
anything in Xcode. The menus don't come up.
I launch ThreadViewer, the second thread is full green in
Cpp::nextToken()(), ObjcParse::nextToken(). Our project is totally
c++, no obj-c, so I'm not sure what is up with that.
Anyway, I force quit Xcode and launch it again. Within seconds before
even building or compiling, it is locked up again in the same manner.
I force quit and do a clean all when Xcode restarts, seconds after
that it is locked up.
I will file a bug report, but in the meantime, is there anything I can
do to salvage my project? I've spent a considerable amount of time on
this project!
Turn off the indexing in the project's Get Info General pane. It looks
likely that you have some construct in your source that is locking up
the indexer's parser
Isolating it to the file that locks it up would really help, too.
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