using xcode 8 with xcode 9 server

HI

I have just upgraded my server to high sierra and xcode 9.1 and everything seems to work fine except continiuos integration. I have an older mac pro running xcode 8.2 (the highest i can get on it) which worked fine with the old version of xcode server when it was integrated into osx server. It now tells me I dont have the necessary privalidges on the server to build a bot. I have set up xcode 9.1 server as per the docs and have tried it with the permisssions set to both all users and logged in users, still nothing.


I have 4 users set up on the osx server:

Admin

jack (me)

xcodeserver - used for integration

git - used for access to git repositories


I have xcode set up on mac pro with the same apple id and the server is added

but i still get the privalidges issue


not sure what else to try, any ideas would be greatfully accepted


cheers

Replies

>I have 4 users set up on the osx server:

>git - used for access to git repositories


Not sure this applies, but it may have something to do w/your priv issues? From the Xcode 9 Release Notes:


Deprecations

Xcode Server no longer includes hosting Git repositories. To continue using repositories that were set up in macOS Server, configure a new remote Git server and push your code to that remote. After upgrading to Xcode 9, any existing repositories are archived in

/Library/Developer/XcodeServer/HostedRepositories
. (31243129)


...