0

When trying to connect to Xcode Server on another mac from Xcode on Development Mac there is an error:

enter image description here

Do you know the reason of this? My administrator claims that everything is fine. Should I believe it or not?

Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358

2 Answers2

2

Just:

  • remove your Server from Xcode
  • Quit Xcode
  • Open Xcode
  • Add Server again.
Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
0

In some cases, your Xcode bots server stops running. Happened to me after updateing Xcode on our build server. As a result, I faced the exact same failure as posted in the original question.

Solution:

On your Mac where you run the Bots:

  • Open XCode Preferences
  • Open "Server & Bots"
  • If it is "off", turn it "on"
Adriano
  • 482
  • 5
  • 18