Sorry I hadn't replied yet, I just now see your message...
Anyways, I'm glad you were able to resolve this yourself.
The reason this happens is because we use the preferences that the user
has set in XCode.app for the build dir, some people like to keep the
builds
in the source dir some people like to have one big build dir where all
projects
get build.
But of course the default preferences file is only created when XCode
is launched for the first time.
So this is actually somewhat of a bug.
We should either assume the current working dir (the source dir) or
we could warn the user that he/she has to run xcode once.... Any ideas?
Cheers,
Eloy