I\'m trying to set up a Bot in Xcode 7 for integration testing. As part of setting this up I am adding a remote repository to the project using Xcode > Preferences > Ac
After thinking that this was an Xcode 7 bug, because of posts like this one I finally found that the problem was actually caused by GitHub.
GitHub implemented third party access restrictions for organizations and teams which meant that any SSH keys generated before February 2014 would no longer work for new apps. Look for the section in your organization's settings pages:
I generated new SSH keys and uploaded them and my Xcode 7 bots are working fine with SSH.