Re: Xcode Questions
Re: Xcode Questions
- Subject: Re: Xcode Questions
- From: Markian Hlynka <email@hidden>
- Date: Wed, 20 Apr 2005 10:11:02 -0600
On Apr 18, 2005, at 14:00, pour mes listes wrote:
Hi all.
I encounter the two following difficulties :
1-compilation errors and warning are accumulated : suppose that a
compilation leads to 3 errors in Errors and Warnings magic list then I
correct 1 of the three errors and compile again ; the Errors and
Warnings list now contains 5 errors the three initial ones plus the
two that I have not corrected
this can be normal behaviour for a compile, and has to do with how the
compiler parses things. But, you should always fix the first error
first. often that will make subsequent errors go away, because they are
no long errors.
2-debugger window no longer displays the "thread view" (top left part
of the window)
quit xcode. right-click on your project and select "show package
contents" from the context-menu. remove the <username>.mode1 file.
Note that this will also reset all your window positions etc. This is a
known bug (the disappearing of the thread view, not the lost window
positions)
Markian
_______________________________________________
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