up vote 3 down vote favorite
3
share [g+] share [fb]

After I upgraded using a clean install from OS X 10.5 to 10.6.2 and upgraded the XCode to 3.2.1 I wasn't able to use distributed builds feature anymore.

There are several issues that I detected:

  • In most cases Bonjour is not detecting the other computers even they are on the same switch.
  • I added a custom 'set' where I added manually the IP addreses of each computer. Even so I still get status: "unreachable" on them.BTW, ping does work without problems.

Both share my computer for shared workgroup builds (distcc) and distribute builds via shared workgroup builds options are checked.

link|improve this question

54% accept rate
I updated the question - I was referring to 3.2.1, the latest XCode. – sorin Jan 13 '10 at 10:23
feedback

3 Answers

up vote 0 down vote accepted

Apple just release XCode 3.2.2 that is solving this problem. If you cannot upgrade you should try the workaround http://stackoverflow.com/questions/1900681/how-to-make-distributed-builds-using-xcode-3-2-on-os-x-10-6/2051307#2051307

link|improve this answer
feedback

The solution seems to be to run Xcode in "32-bit" mode - you set this in the "Get Info" dialog in the Finder.

link|improve this answer
Thanks a lot! I submitted a bug to apple more than 2 months ago and they didn't reply to me. It's interesting to see that StackOverflow works better than Apple support. – sorin Jan 13 '10 at 10:45
feedback

you really should be using Xcode 3.2.1 in 10.6, 3.1 isn't supported fully.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.