Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Setting up Xcode service in OS X server

I configured a new OS X Server with Xcode service. And it worked smoothly. But after restarting of machine the Xcode service stopped. On turning it on again, it asks for Xcode instance to run and after that it gets stuck on 'Waiting for Xcode setup to complete'. Also there is a new user logged in '_xcsbuildd' which I cannot access.

How to reconfigure the Xcode service here? Also is there any way to safely reboot so system to avoid such situation in future

like image 442
Rajat Saini Avatar asked Sep 26 '14 09:09

Rajat Saini


People also ask

Can you ssh with Xcode?

You can also select SSH. If you select SSH, Xcode Server displays a dialog asking whether to allow remote login using SSH. Click Allow.

What is Xcode Server?

“ - Xcode Server is a continuous integration tool for iOS apps, built by Apple. It comes bundled in the Xcode app, beginning with Xcode 9. It can be set up to run on any Mac machine in minutes.

How do I run Xcode on Mac terminal?

Installing Xcode Command Line Tools To install Xcode Command Line Tools, navigate to your device's Terminal app again through Spotlight Search. Then, type “xcode-select –install” into your terminal and hit Enter.


1 Answers

I fixed it by running following command on terminal:

sudo xcrun xcscontrol --reset

Refer the link https://devforums.apple.com/message/1053273#1053273.

like image 186
gagarwal Avatar answered Mar 07 '23 20:03

gagarwal