How to make distributed assemblies using Xcode 3.2 on OS X 10.6

After I upgraded using a clean install from OS X 10.5 to 10.6.2 and upgraded Xcode to 3.2.1, I was no longer able to use the distributed assembly function.

There are several issues that I have discovered:

  • In most cases, Bonjour does not detect other computers, even if they are on the same switch.
  • I added a custom “set” where I manually added the IP addresses of each computer. However, I still get the status: "unreachable" on them .BTW, ping works without problems.

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

http://nusunt.eu/download/xcode_312_distcc.png

+3
source share
3 answers

Apple just released Xcode 3.2.2, which solves this problem. If you can't upgrade, try a workaround. How to make distributed assemblies using Xcode 3.2 on OS X 10.6

0
source

The solution is similar to running Xcode in 32-bit mode - you install it in the Get Info dialog box in Finder.

+1
source

you really need to use Xcode 3.2.1 in 10.6, 3.1 is not fully supported.

0
source

Source: https://habr.com/ru/post/1725611/


All Articles