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
9
votes
3 answers
OS X Server Continuous Integration ipa distribution
We have a osx server configured with SSL cert and enabled Xcode.
Everything worked fine before updating OSX Server to 3.2.1 and Xcode 6.0.1.
The problem we have is that when the integration is finished, and we click on the install button on the…

hinderberg
- 414
- 1
- 3
- 11
9
votes
1 answer
Xcode cannot click next while creating bots?
I am trying to setup a bot for a test project.
I have a mac mini that runs the Server app. The server is visible to the local network and all.
I go in Xcode after having shared the scheme and create a bot.
The problem is, I can't get the "NEXT"…

zumzum
- 17,984
- 26
- 111
- 172
8
votes
2 answers
UI Tests no longer working on Xcode 7.3
I have a set of XCUITests that run with our iOS app. They used to run fine on Xcode 7.2.1, but upgrading to 7.3 causes tests to fail in the "Set Up -> Wait for app to idle" phase with the following error:
UI Testing Failure - Failed to perform AX…

Lindsay Landry
- 4,657
- 1
- 15
- 19
8
votes
2 answers
Xcode Bot: how to get .ipa path on a post trigger script?
I'm using a bot to archive an iOS app, and I need to get the .ipa product path in order to publish it into our distribution system.
Bot settings:
And using a script to print all env variables, non of them contains a path to the ipa file. In…

Omer
- 5,470
- 8
- 39
- 64
8
votes
1 answer
XCUIApplication: How to set a custom core location
In Xcode 7 Apple added XCUITest as the new and preferred way to test the UI of your application.
I want to migrate my old testing script, but haven't found any information on how to set a custom core location when using XCUITest.
Old…

Tobias Kreß
- 81
- 6
8
votes
4 answers
Xcode Bot integration error : Failed to mmap
I am clueless as to how to fix this "Build Service error issues" when I try to integrate a Xcode bot on my OS X Server 4.0.
Everything works fine on this server, I even have another working bot on another branch of the same project.
It throws me…

Olirip
- 455
- 3
- 10
8
votes
4 answers
'No rule to process file … for architecture i386' when building with Xcode bot
I set up continuous integration for my iOS XCode project, but I keep getting lots of warnings when the Xcode bot builds my project. When I build (for running, testing or archiving), I get no warnings.
I think this has something to do with my project…

Bob Vork
- 2,927
- 28
- 32
7
votes
1 answer
Opening import file for module : Permission denied
I set up a remote Git repository and Xcode Server on another computer, then created a bot in Xcode.
Every time I try to do a new integration, it fails with an error like this:
Assertion: Opening import file for module 'Accelerate': Permission…

egor.zhdan
- 4,555
- 6
- 39
- 53
7
votes
4 answers
How to set Xcode Bot to run "on commit" for all branches of remote repository?
When creating an Xcode Bot in Xcode 6, it is linked to the current active branch in Xcode source control. There seems to be no supported way to change branches after creating the bot.
Xcode Service: Select Git Branch
I have set my bot to run "on…

pkamb
- 33,281
- 23
- 160
- 191
7
votes
3 answers
How to get SHA of commit for Xcode Bot "Run Script" Trigger? Updating status of tests on Github
I have created an Xcode Bot that integrates on each commit.
In the "Run Script" Trigger I would like to update the current GitHub commit with the integration status of Tests that were run. Pretty standard CI stuff.
I'll then be running a script…

pkamb
- 33,281
- 23
- 160
- 191
6
votes
0 answers
Xcode Bot Stuck Building Sources While Integrating
Xcode integration sticks while making ".ipa" for bundle sources on signing product. Have been stuck for many hours. :(
i am working on automated testflight builds with xcode-bots,While integrating ,bots get hang up at bundle sources as shown in…

Diksha
- 439
- 7
- 22
6
votes
3 answers
Xcode Bots:: Creating archive failed: xcodebuild exited with status 65
My integration succeeded but archive fails every-time with following warning mentioned below -:
**Warning: Build Service Error:** Creating archive failed: xcodebuild exited with status 65.
**Warning: Build Service Error:** Skipping exporting from…

DevR
- 61
- 1
- 2
6
votes
2 answers
Xcode server bot failing test action because "Too many open files in system."
The error I'm seeing is as follows:
Test target PrototypeTests encountered an error (The operation couldn’t be completed. Too many open files in system. Too many open files in system)
Test target Prototype Integration Tests encountered an error (The…

JaKXz
- 1,665
- 1
- 14
- 34
6
votes
4 answers
Xcode build server showing blank web interface after OS X Server update
So after updating to OS X Server 3.1 (Build 13S4138) our Xcode Build web interface just returns a blank page. I'm sure everything is set up correctly because the source of the blank page shows a lot of metadata, so our dns routing is correct.
Can…

Sammio2
- 7,422
- 7
- 34
- 49
6
votes
3 answers
Xcode bot: git submodules not initialized
I'm trying to set up an Xcode bot with OSX server.
After configuring the git repository and creating a bot, I run integrate.
It fails because the repository is checked out only partially. More precisely: Of the 6 submodules configured, only 3 are…

didi_X8
- 5,018
- 10
- 42
- 46