I am setting up my iphone project to run with hudson, my build script works fine locally, but when executing the following command on my snow leopard server mac
Unfortunately xcodebuild depends on some per user files generated by the XCode. To fix this you can log in as your hudson user and run the XCode UI once. That will create the necessary files.
I'm currently trying to work around this, but copying the needed files into the source tree before building.
If you run xcodebuild and XCode is running in the background, xcodebuild will contact XCode to get the needed data. Since XCode is not running, you get the timeout.