Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Xcode 4.3 support distcc?

Tags:

xcode

Xcode 4.2 had a tab in preferences that dealt with sharing compilation tasks within your local network. It used bonjour and distcc to farm out compilation to other macs on the same network that had the option selected. I no longer see this after upgrading to Xcode 4.3. Is it gone? Is there any way to get it back, apart from downgrading?

like image 697
leif Avatar asked Feb 17 '12 13:02

leif


1 Answers

No, distcc was removed in Xcode 4.3. If you'd like to continue using it, you'll have to stick with Xcode 4.2.

like image 175
kross Avatar answered Sep 28 '22 23:09

kross