Xcode 1.5 and NFS problems?
Xcode 1.5 and NFS problems?
- Subject: Xcode 1.5 and NFS problems?
- From: Ben Golding <email@hidden>
- Date: Wed, 11 Aug 2004 14:04:48 +1000
We have all our user home directories NFS mounted from server in the
office. When I try to launch Xcode with one of our existing projects,
nothing happens, whether I double click the project file, open from the
menu, or whatever. If I copy the project onto an HFS+ filesystem, it
launches fine. I have filed a bug report (3757990). This used to work
with Xcode 1.2.
Further, even with the project moved onto a HFS disk, if I have the
build products directory in my home dir, products fail to build. It
reports that the build products aren't found. A little bit of looking
seems to show that the build target is set to
/automount/Network/Users/bgg/Build/CSVTest which doesn't exist, hence
the problem; I think this should be
/var/automount/Network/Users/bgg/Build (or even just
/Network/Users/bgg/Build or ~bgg/Build). Or maybe it's some sort of
wider NFS problem with Xcode 1.5.
Ben.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.