Simo Virokannas

Writings and ramblings

Tag: xcode distcc

  • Xcode 4.0.2 and 4.1 distributed building

    Xcode 4.0.2 and 4.1 distributed building

    For some reason, the distributed building system in Xcode 4.x seems to be broken. You can search for distcc servers in your network, define them, turn on distributed building, but still it does everything on localhost. If you take a closer look at the build log, it says: setenv DISTCC_HOSTS localhost ..so can’t expect much…