The basic component processes of Xcode Server, a continuous integration system for iOS and OS X development built by Apple. It is part of OS X Server.
Questions tagged [xcode-bots]
164 questions
61
votes
1 answer
Bots can't be created from Xcode Server hosted repository
After creating a new repository on my Xcode Server, I can't access it by ssh, but I can perform both the git clone command and the git push command by using the https protocol.
Furthermore I encounter the following error when I try to create a…

larryhou
- 725
- 4
- 14
22
votes
2 answers
Custom Trigger Scripts for Bot (Xcode 5 CI)
I am working on setting up CI for my iOS application and I am facing some issues.
Where is a good place to find documents on Bot? I have seen the Xcode
help but cant find any good example, also watched the CI video from
2013 conference
How do i…

mshah
- 986
- 7
- 7
18
votes
3 answers
Xcode bot fails with "no activity for too long" error
My Xcode bot integrations fail with the following error.
Assertion: Running task was terminated because it produced no activity for too long.
From the bottom of the log:
Sampling completed, processing symbols...
Sample analysis of process 4470…

Evgenii
- 36,389
- 27
- 134
- 170
14
votes
3 answers
Access build folder in Xcode Server CI bot run (env variables?)
I need to access the folder that is created dynamically during each bot integration. On one of the run it is something like this -…

satyajit
- 1,470
- 3
- 22
- 43
13
votes
2 answers
Xcode Build Server failed. The devices configured for testing were not found
Our Xcode Build Server fails and does not perform any tests anymore.
Version 8.3 (8e162)
It simply fails with the Statement:
Build Service Issue
Error The devices configured for testing were not found.
When I do select "Fix it" one gets simply…

Lepidopteron
- 6,056
- 5
- 41
- 53
13
votes
1 answer
Xcode bot error: Early unexpected exit, operation never finished bootstrapping
I have a project written in Swift with a main target and two test targets: one for unit testing using quick framework and it has 3 KIF tests.
The other target has the XCUITests.
So whenever I run Xcode bot integration with our Xcode CI Server, I get…

Amjad Husseini
- 475
- 7
- 12
12
votes
0 answers
Xcode bot test session exited without completing
I've been getting semi random instances of...
Test operation failure: Test session exited(-1) without completing.
_finishWithError:Error Domain=IDEUnitTestsOperationsObserverErrorDomain Code=3 "Test session exited(-1) without completing."…

adib
- 8,285
- 6
- 52
- 91
11
votes
2 answers
Xcode Bot Failing after upgrading to Xcode 5.1
So I have a couple of Xcode bots setup and running nightly, they've been building successfully for a few weeks, however unbeknown to me the Xcode server automatically installed the Xcode 5.1 update, and now i get the following log errors in the…

Sammio2
- 7,422
- 7
- 34
- 49
11
votes
2 answers
Xcode 5 bots and Testflight automated builds
First I have a Mac Mini running Server on Mavericks and have Xcode 5 installed. On the server I have my iOS projects set up with Bots to run automated builds of my Github repo on each commit to master. What I want to find out is if anyone already…

Mark
- 119
- 1
- 7
10
votes
0 answers
UI tests fail in Xcode bot with error "UI Testing Failure - App state is still not terminated"
I am running UI tests in a single Xcode bot. The bots are run on a separate computer which is only used for this task and nothing else. The tests start running fine at first, but after several successful runs they start all failing with this…

Evgenii
- 36,389
- 27
- 134
- 170
10
votes
1 answer
Xcode server, bots, continuous integration, and unit-testing on the simulator
I have an Xcode server set up with a few bots for iOS projects (compiled with Xcode 6.1), all of which containing unit test targets
I seem unable to have those tests run in the simulator; all tries so far have been failing with the same error…

Olotiar
- 3,225
- 1
- 18
- 37
10
votes
1 answer
Xcode bots vs Jenkins
At the risk of this question being "too vague" here goes...!
We have a Jenkins system running for other (non iOS) software projects. I want to set up nightly Xcode build and deploy to Testflight for a number of iOS projects. The question is which is…

tomj
- 324
- 3
- 10
10
votes
3 answers
Continuous integration with Xcode Bots
I want to to do the continuous integration using Xcode bots. I have installed OSX Mavericks and Server(version 3). I am able to create bots using Xcode 5.0.1. While integrating it is successfully performing analyzing testing but always the final…

Anil Varghese
- 42,757
- 9
- 93
- 110
9
votes
1 answer
Reference 'refs/heads/master' not found error
I'm working with Xcode and GIT to create an automatic build service.
One of the bots looks on the Release branch every 5 minutes and builds it in case there are new commits.
Recently i've been starting to get the following error:
Assertion:…

YogevSitton
- 10,068
- 11
- 62
- 95
9
votes
2 answers
Continuous Integration and Deployment: Bots + Testflight Api on Itunes Connect
Is there anyway I can send an ipa generated by bots to itunes connect, using testflight api? I know that testflight has an api to upload .ipas but I'm not sure if I can use it with the latest changes on itunes connect and with the integration of…

user614778
- 547
- 2
- 5
- 14