Re: Transferring Projects to new Computer
Re: Transferring Projects to new Computer
- Subject: Re: Transferring Projects to new Computer
- From: Sherm Pendley <email@hidden>
- Date: Mon, 7 Apr 2003 17:49:02 -0400
On Monday, April 7, 2003, at 05:30 PM, John Nestor wrote:
I bought a new G4 and transferred all my development projects from the
old 'home directory' to the new one using a crossover cable and file
sharing.
None of the projects will build. A "Missing file or directory" error is
thrown for each file in the project. Cleaning the project does not help.
If I create a totally new small project it builds and runs fine.
Any idea why my old projects will not build? Thanks for any help.
Take a look at the Info panel for each file - at the top is a drop-down
list titled "Reference Style." The default is "Project Relative" - I'd
be willing to bet that, at some point, it was changed for the missing
files to "Absolute Path" instead.
To fix the path of the files that PB can't find, use the "Set Path..."
button in the Info panel. You might want to reset them to the "Project
Relative" reference style, as well, to keep them from breaking if you
need to move the project folder again.
sherm--
_______________________________________________
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.