Questions tagged [xcode-server]

Xcode Server is the name for the Xcode service previously in OS X Server, but as of Xcode 9, integrated into Xcode itself. This is Apple's continuous integration product for iOS and OS X development.

If you have questions specific to Bots in Xcode Server, use tag instead.

189 questions
8
votes
1 answer

Xcode 9 Server exportArchive: exportOptionsPlist error for key 'iCloudContainerEnvironment': expected one of {Development, Production}

I upgraded to Xcode 9 Server recently and discovered a sudden problem. There were several other problems i had until i came to this error. I changed from automatic signing to manual singing back and forth. Now in my iOS project i've set it manually…
Lukas Würzburger
  • 6,543
  • 7
  • 41
  • 75
8
votes
2 answers

Xcode Continuous Integration: Configured destination not found

I have cloned my local repository to my Xcode server and have created a bot to run tests on each commit. But on integration, its giving the Build Service issue : Configured destination is no longer supported or could not be found. I was not able to…
Gokul
  • 1,236
  • 1
  • 14
  • 26
8
votes
1 answer

Test target `MyAppTests` encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will be attempted)

Problem arise with continuous integration when try to run bot on device. Test target MyAppTests encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will be attempted) Do you know why it happens? Any…
8
votes
2 answers

Where does Xcode server store the bots? How can bots be transferred to another machine?

I have created multiple bots using Xcode and Xcode server. I'd like to backup these bots and transfer it to another machine. How can this be done?
Awsed
  • 9,094
  • 5
  • 26
  • 25
8
votes
3 answers

XcodeServer only one simulated device may be used at a time error

I setup a bot to build the project then test on all the simulators. This has been working, but today the integration had 28 errors. Each said the same thing (but for each simulator device name): Xcode cannot launch apps on the simulated device…
Michael Ozeryansky
  • 7,204
  • 4
  • 49
  • 61
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

Build, deploy and run a Flutter app for iOS from Android Studio on a Linux computer using a remote Mac with an Xcode server or an SSH server?

I use a Debian Linux computer as my main development computer for Flutter apps for Android with Android Studio. When I want to test an app on iOS, I need to pull the Flutter app source code from my source control system (GitLab) on my Apple macOS…
luvzfootball
  • 710
  • 1
  • 9
  • 21
7
votes
0 answers

Prevent from uploading screenshots while using Xcode Server

While the bot is running on Xcode Server, there is a time when screenshots are being uploaded. It takes a while to finish processing. So my question is: Is there a way to skip this or prevent from uploading?
Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
7
votes
2 answers

Could not launch Xcode Service on Xcode Server with Xcode 7.2.1

After update Xcode (from 7.2 to 7.2.1) XcodeServer is unable to run Xcode Service. When I choose updated Xcode then alert with message: Enable Accessibility access for UI Testing (...) appear. After tap on Request Access's button of this alert…
Mateusz
  • 1,222
  • 11
  • 22
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
1 answer

Xcode 7.0.1, Bots, and Server 5.0.4: Test target "xx" encountered an error - Timed out waiting 120 seconds for simulator to boot

Expected Result: You check the "Test" checkbox when creating a bot and Xcode server flawlessly executes mt tests like in the WWDC. Result: Xcode barfs up a bunch of simulator timeout errors and the integration fails. Test target "xxx" encountered…
Emin Israfil iOS
  • 1,801
  • 1
  • 17
  • 26
7
votes
1 answer

Continuous integration Xcode Server after trigger $XCS_PRODUCT not set

I had a bot that was working perfectly under Xcode 6.4. An after trigger script was automatically uploading the IPA using this path : "$XCS_OUTPUT_DIR/$XCS_PRODUCT" However (even after redoing a bot from scratch) it appears that : $XCS_PRODUCT is…
Ganzolo
  • 1,394
  • 12
  • 23
7
votes
1 answer

Issue with Xcode Server: No services available

I'm trying to run a Xcode server with remote access. I've been trying to log in from a client/node PC, with no success. There's a message with the IP and a warning "No services unavailable". Is there something I'm missing here? Screenshot is…
Felipe Peña
  • 2,712
  • 4
  • 22
  • 41
7
votes
4 answers

Code signing identities not found in Xcode server

Using Xcode 7B4 and Server 5B4 with a Carthage project. To build the project I need to first build it's dependencies. So I added a Before Integration step to the bot with the following code: echo "Bootstrapping dependencies..." export…
drekka
  • 20,957
  • 14
  • 79
  • 135
7
votes
1 answer

Continuous integration Xcode altool Error: Exception while launching iTunesTransporter

If anyone is using altool to automate uploads for continuous integration I believe they broke it at 6.3.x. altool[] *** Error: Exception while launching iTunesTransporter: Transporter not found at path: /usr/local/itms/bin/iTMSTransporter. You…
jriskin
  • 491
  • 2
  • 14
1
2
3
12 13