Re: XCode forgets to compile some files
Re: XCode forgets to compile some files
- Subject: Re: XCode forgets to compile some files
- From: Shaun Wexler <email@hidden>
- Date: Mon, 27 Oct 2003 08:34:17 -0800
On Oct 27, 2003, at 7:04 AM, Lorenzo wrote:
Hi,
sometimes my XCode forgets to compile some file I modified.
And I created a new project just now.
For example, I add the line
NSLog(@"Pass here");
in the awakeFromNib method. Then I build and execute the program, and I
DON'T see the log line. Then I quit, I do "Clean All" then I recompile
and I
see the log line. Of course when I recompile after the "Clean All", I
have
to wait for so long time...
I already marked "Always Save before compile".
What did I forget?
Explicitly save the source file in question. There is a bug in which
Xcode either doesn't touch or doesn't recognize recently touched files,
if they haven't been manually saved when a build is initiated;
specifically, when the "Always Save" option is set.
That, and the #1 most frustrating Xcode bug that hasn't yet been
resolved is the insertion point bug, which occurs when you click to
reposition the cursor insert point, and when you begin typing, text is
inserted at the PREVIOUS cursor location in the file. Aaargggh!
But these issues should be posted to the xcode-users list, not
cocoa-dev. And file your bug reports! Don't assume that others have
already filed them.
--
Shaun Wexler
MacFOH
http://www.macfoh.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.