Bartłomiej Semańczyk
Bartłomiej Semańczyk

Reputation: 61774

Unable to perform the request. CFNetwork error: The request timed out

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?

Upvotes: 0

Views: 1068

Answers (2)

Adriano
Adriano

Reputation: 526

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"

Upvotes: 0

Bartłomiej Semańczyk
Bartłomiej Semańczyk

Reputation: 61774

Just:

  • remove your Server from Xcode
  • Quit Xcode
  • Open Xcode
  • Add Server again.

Upvotes: 2

Related Questions