iosxcode9xcode-server

Error with bots Xcode 9


My team decided to integrate our code with Xcode Server to use Continuous Integration. We use a Mac Mini for host the Xcode Server, and we can create bots without problems in this machine, but the integration proccess always fails.

We have in "Repositories" tab selected the branch where we want run the bot, and we get next error:

Assertion: Configured project or workspace could not be found, it may have been renamed or moved after the bot was created

How could we solve this? We didn't move the .xcarchive


Solution

  • I solved this issue only changing the way to host locally the project. We have the project in SVN with trunk and some branches and I was downloading all project locally, so, after some tries changing the structure of one branch for test, I downloaded each branch separately. After this, I created the bot for each branch and now it runs successfully.

    So, the solution is: Download separately each branch and trunk, and after create the bots.