I'm encountering a very annoying problem with my Xcode projects.
I'm building Java projects out of the following directory structure
~/Projects/com/* for the source files, that are used by many projects
~/Projects/ProjXXX/ for each of the individual Project that access
source files in the com/* hierarchy.
I move both the sources and the project(s) between my main machine
and my laptop twice a week or so, and each time, Xcode LOSES the
"entry path" of the external files, meaning tat I have to first
delete the references, then re-add the source tree, and then, one
by one, tell Xcode which file belongs to which target!
The reason seems to be that Xcode stores the access path as absolute
path rather than project relative path. Anyway to modify this?
(For some reason, my "user name" is not the same on both machines
so the absolute path look different)