Re: Builds fail on previously working projects - help
Re: Builds fail on previously working projects - help
- Subject: Re: Builds fail on previously working projects - help
- From: John Nestor <email@hidden>
- Date: Thu, 18 Jul 2002 20:36:26 -0400
Thanks for the replies.
File date and presence in project folder verified. Tossing build didn't
help.
Finally wound up creating a new project and adding all the files from
the non working
project to it. Took about 10 minutes. Built and ran like a charm.
Problem may have had something to do with the app prefs as I was not
being careful
about properly associating prefs files with various stages and forks in
the project. So, problem not
completely understood but up and running.
David Kramer wrote:
I just had this problem, it turned out all my files had a
creation/modification date set to about 1969.
I found that executing
find projectdir -exec "touch" "{}" ";"
from the command line solved my problem.
By the way, the build log shows up below the split view divider
(whereas the message "Build failed" appears above the divider.)
Good luck,
David
On Thursday, July 18, 2002, at 01:11 PM, John Nestor wrote:
I have moved some of my project folders around and renamed some
enclosing folders.
A number of those projects now refuse to build - very quickly
reporting "Build failed (see build log for details)".
I reindexed the projects with no effect. I can find no file "build
log" and no further info in Console window.
These are all 'Development' builds if that is important.
I'm guessing that I have screwed up some references within the
project and some file references are broken.
In any case is there a recommended way to get my projects to build
properly?
Is there a recommended way to move project folders around without
creating this problem? (FWIW all
references to resources - tiffs, etc are to actual copies of the
files in the project folder, not external to project
Thanks for any help -- JN
_______________________________________________
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.
_______________________________________________
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.