Xcode build times very slow

I have two mac pro.


The A Mac Pro:

  Model Name: Mac Pro
  Model Identifier: MacPro6,1
  Processor Name: 6-Core Intel Xeon E5
  Processor Speed: 3.5 GHz
  number of Processors: 1
  Total Number of Cores: 6
  L2 Cache (per Core): 256 KB
  L3 Cache: 12 MB
  Memory: 16 GB
  Boot ROM Version: MP61.0116.B46
  SMC Version(system): 2.20f18

macOS Sierra 10.12.6


The B Mac Pro:

  Model Name: Mac Pro
  Model Identifier: MacPro6,1
  Processor Name: 6-Core Intel Xeon E5
  Processor Speed: 3.5 GHz
  number of Processors: 1
  Total Number of Core: 6
  L2 Cache (per Core): 256 KB
  L3 Cache: 12 MB
  Memory: 32 GB
  Boot ROM Version: MP61.0120.B00
  SMC Version(system): 2.20f18

macOS High Sierra 10.13.2



for the same project, A needs 7 minutes, B actually takes 15 minutes.

Configuration is higher, why is it slow? anyone can help me?

Accepted Reply

Finally, I chose to use mac os 10.12.6, packing speed back to normal, goodbye macOS High Sierra.

Replies

anyone can help me?

The only thing I can suggest is to do a "sysdiagnose Xcode" on each Mac during the build, then submit a bug report. You might want to see if you can find out if the compilations are slower, or the linker, since that will determine when exactly you should do the sysdiagose.

Which version/build # Xcode?

+1

Finally, I chose to use mac os 10.12.6, packing speed back to normal, goodbye macOS High Sierra.

I could not run the Xcode 9.2 .I have MacOS 10.13.2 with 16GB RAM.Kindly tel me the solution

Please try to uncheck: Parallelize Build on each target in Edit Scheme. It 'll save time to build If your project have many targets.