9

I am trying to setup a bot for a test project. I have a mac mini that runs the Server app. The server is visible to the local network and all. I go in Xcode after having shared the scheme and create a bot.

The problem is, I can't get the "NEXT" button at the bottom right to be enabled. So, I cannot continue with the creation of the bot.

The server is found and selected.

Why is the NEXT button disabled?

enter image description here

I also then tried commit the shared scheme but I still don't have the option to click NEXT. enter image description here

rmaddy
  • 314,917
  • 42
  • 532
  • 579
zumzum
  • 17,984
  • 26
  • 111
  • 172
  • make sure your server is reachable. If your server is in private network you might want to get access to VPN – geekay Apr 28 '15 at 12:51

1 Answers1

4

This happens to me when I lose connection to my server, or Xcode loses connection. Sometimes I need to remove the server from Xcode and re-add it.

Preferences > Accounts > Add Server

Iulian Onofrei
  • 9,188
  • 10
  • 67
  • 113
bolnad
  • 4,533
  • 3
  • 29
  • 41