Upgraded to Xcode 7.2.1. OS X Server won't configure Xcode

I upgraded my Server machine to Xcode 7.2.1. Now Xcode service won't configure.


The sheet "Preparing to Configure Xcode Server" just shows, forever. Progress bar remains empty. I tried a reboot. No dice. Any ideas?


First attempt to restart the Xcode service I was confronted with "Agree to License terms". Yet when I open Xcode, it starts up normally and there is no sheet to agree to the license terms. Now I don't get that dialog, I just get the preparing to configure XCode Server sheet forever.

Accepted Answer

Did


> sudo xcodebuild -license


and agreed to terms and conditions from Terminal. Prepare to configure Xcode Server sheet still shows forever.


Edit: This worked (found this solution on another forum)


> sudo /Applications/Xcode.app/Contents/MacOS/Xcode


Install the "Additional Required Components" must have silently failed the first time xcode 7.2.1 was opened. Running that command prompted me again to install the required components. After that was done, I was able to start up the Xcode Service.

Upgraded to Xcode 7.2.1. OS X Server won't configure Xcode
 
 
Q