Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode cannot click next while creating bots?

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

like image 569
zumzum Avatar asked Jul 16 '14 18:07

zumzum


1 Answers

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

like image 60
bolnad Avatar answered Sep 30 '22 20:09

bolnad