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
2
votes
1 answer

Xcode Server bot build error - Unable to load contents of file list: Target Support Files

Trying to integrate bot for my UI tests, but always have an error - Unable to load contents of file list: Target Support Files XCode 12 Tried add Pre-integration scripts export LANG=en_US.UTF-8 export PATH=/usr/local/bin:$PATH export…
2
votes
1 answer

Xcode Server: error for key destination, expected upload, found export

I'm using Xcode 11 and Xcode server to try build and upload my app to TestFlight. I was trying to use a custom ExportOptions.plist:
Simon McLoughlin
  • 8,293
  • 5
  • 32
  • 56
2
votes
1 answer

Xcode Server Bot removing "Unknown Team" Certificates

I am trying to delete these "Unknown Team" entries, from my Xcode Server but I am unable to figure out where they are. They don't seem to be in my local key chain and they don't seem to be in my remote keychain. Yet they keep showing up. I tried…
possen
  • 8,596
  • 2
  • 39
  • 48
2
votes
0 answers

Xcode 9.3 keeps forgetting password for Xcode Server

Everytime when I start Xcode 9.3 and go to the report navigator my Xcode Server is disconnected When I go to the accounts tab in settings it shows me an error. When I enter the credentials it works. But it seems like Xcode forgets the credentials…
Lukas Würzburger
  • 6,543
  • 7
  • 41
  • 75
2
votes
2 answers

"Edit Bot..." button disabled after upgrading Xcode

I've updated my Xcode from 9.2 to 9.3 (It seems to be an issue with later versions as well) and now I'm not able to edit the bots anymore. What I tried: I installed the additional components on the server and local machine that you will be…
Lukas Würzburger
  • 6,543
  • 7
  • 41
  • 75
2
votes
0 answers

Xcode 9 Server unknown team

The list of certificates in the Xcode Bot Signing tab give me two "Unknown team" entries. The Developer Certificate actually matches the Developer Certificate of Team A (Yellow), while the Distribution Certificate matches Team B (Green). I'm really…
Lukas Würzburger
  • 6,543
  • 7
  • 41
  • 75
2
votes
1 answer

Xcode 9 Server duplicate provisioning profiles

I have set up an Xcode 9 Server with manual signing. Everytime i update my provisioning profiles (PP) in the developer portal it adds a new PP to the server. Even when i remove the PP it remains in the list. Any ideas how to clean this up?
Lukas Würzburger
  • 6,543
  • 7
  • 41
  • 75
2
votes
1 answer

Web interface Xcode 9 Bots

Before when I was using xcode server to integrate project I have some web interface to display if bots was sucesfull or not. It's a figure 7-1 from here Now I see this option is not fully dead but it's definetly doesn't work well. So I can see the…
Jakub
  • 13,712
  • 17
  • 82
  • 139
2
votes
1 answer

Assertion: exportArchive: "Test.app" requires a provisioning profile

When I tried to integrate continuous integration using Xcode server in my Xcode9. I can successfully create the BOT and I tried to integrate then I always got the error like “Assertion: exportArchive: "Test.app" requires a provisioning profile.” How…
IKKA
  • 6,297
  • 7
  • 50
  • 88
2
votes
1 answer

Xcode 9 server/bot release build does not get signed with distribution/production profile (using automatic code signing)

Problem: Enterprise app does not get signed with distribution(/production) profile when running bot integration on Xcode 9 server, but with development profile. Scenario(/question): I've upgraded to Xcode 9. The apple ID used is enrolled in the…
Leentje
  • 134
  • 2
  • 14
2
votes
0 answers

Xcode server at Xcode 9 ; Bot XCUITest fails: 'Test target encountered an error (Early unexpected exit.....)

We have set up continuous environment at xcode9 at dedicated mac.Xcode-server is set up on that machine and bot has been created to build project and execute tests. Build required cocoapods , hence pre-integration script is also used. Now, when bot…
AnkitS
  • 21
  • 4
2
votes
1 answer

Xcode 9 Server "fork: Resource temporarily unavailable"

In my iOS project i have some run script files in my directory. When using the new Xcode 9 Server feature "Run test in parallel" the xcodebuild failes because it can not open so many times the same file. The file to be called is…
Lukas Würzburger
  • 6,543
  • 7
  • 41
  • 75
2
votes
2 answers

How to export ad-hoc archive using Xcode server

I’m using Xcode server (Xcode 9 beta 6) and defined a bot to archive and export an ad-hoc build using my ad-hoc provisioning profile. I have turned off automatic signing in the project and have defined arguments for xcodebuild in the bot Arguments…
jotos
  • 71
  • 8
2
votes
1 answer

Credentials for the Xcode Server xcs.couch database

Xcode 9 introduces a new version of the Xcode Server (no longer bundled with with Server.app). The backing couchdb instance for Xcode Server can be accessed through http://localhost:10355/_utils In previous versions you were able to examine the…
richardpiazza
  • 1,487
  • 10
  • 23
2
votes
1 answer

Xcode Bots running UITesting on multiple iOS projects from a single Xcode Server

I have setup an xcode project bot on an Xcode Server instance. The bot runs all the UITesting test cases for that xcode project. As part of our Continuous Integration strategy, I now want to run UITesting test cases from multiple xcode projects on…