views:

669

answers:

3

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.

+1  A: 

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

Bids
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 Sbarnea
A: 

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

fuzzy lollipop
A: 

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

bogdan