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
1
vote
0 answers
Xcode bot custom script output
When running an Xcode bot that has custom scripts, none of the output (from the echo command) is shown on the integration progress (see screenshot below). It can only be seen in the build log once it is completed.
Is it possible to replace "Running…

Steve Wilford
- 8,894
- 5
- 42
- 66
1
vote
0 answers
XCode CI: Post-action script times out in Bot
I am running a post-action Archive script that executes UI Automation tests with a Bot on an OSX server. The script will take a very long time, greater than 30 minutes. The bot fails after about 5 minutes with the message:
"Bot Issue: error. Build…

Grand Noise
- 13
- 3
1
vote
1 answer
Could not create a bot on Server 4.0.3
I try to create a Bot for mac Server 4.0.3 on OS X 10.10.2. I update checkout repository with existing SSH key, but always get the same error : "Bot creation failed with error: Internal Error Creating Bot".
Could anyone help how to resolve this…

revolutionkpi
- 2,632
- 10
- 45
- 84
1
vote
1 answer
Will Xctest launch app on simulator/device on xcode server while doing continuous integration
I have set up my mac os server and xcode server and placed my code in repository.i am able to check out and commit my code.Now i have set up my bot which builds the code with my scheme mentioned.
But iam unable to launch my simulator at the server…

sujay
- 1,845
- 9
- 34
- 55
1
vote
0 answers
Can a build be marked as failed from an Xcode bot trigger script?
I'm using a post-build trigger script in an Xcode bot to run some tests through Appium. I've gotten it to run, but I can't find any way to mark the build as failed if the tests fail.
Is this possible, or should I just email the results for now and…

ThreeHams
- 125
- 1
- 7
1
vote
2 answers
Cannot create CI Bot in XCode 6.0.1 with OSX Server 3.2.1
I have upgraded to OSX Server 3.2.1, and I have added my repository in XCode account preferences.
Our git repository is hosted on a TFS server (as my company mostly works with Microsoft systems).
I access TFS server via HTTPS.
Now, I can add the…

Daniel Retief Fourie
- 626
- 2
- 10
- 20
1
vote
1 answer
Using Xcode bots for continuous integration: shared schemes vs. build configurations
I am currently in the process of setting up an iOS application with Xcode bots for continuous integration on a Mac OSX Server instance. The source code is hosted on a remote git repository, so it will not be hosted on the Mac OSX Server. The…

Andy
- 128
- 1
- 8
1
vote
1 answer
How do you get an Xcode bot into Xcode.app if it was created in a browser?
I created an Xcode bot via the browser, but it doesn't show up in my Xcode.app. I found instructions to create the bot via Xcode.app, which seems to work. But why doesn't my existing browser-created bot show up in Xcode.app?
Server 13S4138, OS X…

zekel
- 9,227
- 10
- 65
- 96
1
vote
0 answers
All Xcode Bots Tests Pass, but why does it fail integration with "No tests found"?
I run xcode bots with 188 tests and they all pass, but it shows a failure on the bot web page:
You can also see that running the bots again pass. The failures happen intermittently but it is not rare.
The Summary tab shows that the failing…

Schlank
- 181
- 9
1
vote
3 answers
Xcode bots cucumber iOS
i'm wondering if it possible to use any UI testing framework (cucumber based is preferable like calabash-ios) with XCode bots CI.
I'd like to see test results inside bot stats. thanks

Danil
- 2,497
- 2
- 19
- 27
0
votes
1 answer
During enabling Xcode Server fails with "Could not export API server SSL..."
After updating Xcode to latest version Xcode Server can not be turned on. It fails with error:
Could not export API server SSL certificate: Error Domain=XCSSecurity Code=-1 "OpenSSL: Error decrypting key
4304406060:error:06FFF089:digital envelope…

Ramis
- 13,985
- 7
- 81
- 100
0
votes
1 answer
Xcode bot reports no accounts registered
Error: There are no accounts registered with Xcode. Add your server to
your team in the bot editor.
I assume the "Bot Editor" is "Edit Bot...".
Under Signing -> Options I have "Allow Xcode to Server to manage my certificates and profiles"…

Taylor
- 5,871
- 2
- 30
- 64
0
votes
0 answers
How to pass argument value from Xcode Bot to UI test code
I am using Xcode 9.4.1, trying to set up Xcode server and bots. During the process, I am facing one issue where I am not able to pass Environment variable value to UI test code.
Could anyone please guide me to achieve solutions.
Thanks,
Selva

Rudra
- 1
- 2
0
votes
1 answer
Xcode Sever Bot Automate Git Pull
I have a Xcode server instance with a bot that runs a few operations. I would like to add git pull.
I have tried a few basic solutions that have failed. Looking for suggestions if this is possible. If so is there a script example, if not what would…

NicholasByDesign
- 781
- 1
- 11
- 33
0
votes
0 answers
Xcode-9 Bot email notification not working
I have successfully implement Continues Integration with Xcode 9 bot using this blog.
It is working fine.
But issue is I am not getting any mail after successfully integration done.
Please find attached screenshots:
I have not done any extra…

user8719510
- 133
- 2
- 12