Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode will not show up on MacOS server Services

I am using a mac running on High-Sierra, I have installed MacOS server and xcode. On the sidebar of macOS services. Xcode is suppose to be shown like this:

enter image description here

But on my macOS server, it does not show it.

enter image description here

Can anyone help me with this?

like image 981
NICHOLAUS PASCUA-SCOUTEN Avatar asked Oct 17 '22 02:10

NICHOLAUS PASCUA-SCOUTEN


1 Answers

The problem is related with the last upgrade "Xcode 9".

At WWDC 2017, Apple announce something that made almost every iOS developer smile, session on ‘What’s New in Signing for Xcode and Xcode Server’. It’s hard to explain, how easy it become to perform Continuous Integration for Apple platforms especially iOS and macOS using Xcode 9 and Xcode Server.

More details about WWDC 2017: Click Here

Xcode Server no longer need macOS Server app, it’s now built inside Xcode.

For continuous integreation, plase following this link.

Good coding!

like image 180
Faustino Gagneten Avatar answered Oct 21 '22 03:10

Faustino Gagneten