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
0
votes
2 answers

Xcode Server continuous integration and cocoa pods issue Pods-resources.sh: Permission denied

I am using Xcode Server for build automation for project contains pods and committed on the source control repository but i got this error. Bot Issue: error. Shell Script Invocation Error. Issue:…
Mohamed Amer
  • 429
  • 1
  • 4
  • 18
0
votes
1 answer

Xcode 6 Bot after integration download .archive file to location

I have a Mac Build Server. In Xcode 6 I have one Bot, who is integrating my project after every commit. Everything runs fine. How can I download the archive file with a script triggered from my bot. I want to have the resulting .xcarchive file on…
Miralem Cebic
  • 1,276
  • 1
  • 15
  • 28
0
votes
0 answers

Can't upload bot archive to test flight api

In short I: Bought a mac mini and set it up with OS X Server, connected my git hub repos, created a bot that will archive and upload to test flight api on a commit (just for the sake of testing). I can get all the way through getting the archive…
Frankie
  • 11,508
  • 5
  • 53
  • 60
0
votes
1 answer

OSX Server Xcode CI service Unexpected internal server error

I'm setting up CI for iOS projects using OSX server and the Xcode service. I am having trouble when I first run the integration, it always fails with the following error: Integration failed. Unexpected internal server error (source control error).…
0
votes
1 answer

Xcode Bots Won't Build Without SSL Certs

I recently transferred my MacOS continuous integration server from a MacBook Air to a MacMini (using Migration Assistant) and while all my settings seemed to carry over fine, whenever I run one of my Bots, I gets errors about missing certificates.…
salil
  • 407
  • 3
  • 14
0
votes
1 answer

Xcode Bot CI Service SVN issues

I am not able to integrate Xcode 5 Bots successfully. I am using https://svn source to access my repository. The Xcode service error log is not that helpful. Did the following so far. Self signed flag is set to true in the plist. In the KeyChain…
-1
votes
1 answer

Setup Xcode Server on Remote System using ip address or other alternative

I want to setup Xcode Server on single system (Mac Mini) and other team members will access that server for CI and CD. I have successfully implemented on each system individually but i want to make it centralised. It may be a dedicated System or one…
-1
votes
2 answers

Make Xcode server available outside a local network with a dynamic IP

We have an Xcode Server, working perfectly in our local network. Now we also want be able to access this Xcode Server when working remotely. The problem is that the network has a dynamic IP. What is the best way to make Xcode server available over…
Yoav
  • 5,962
  • 5
  • 39
  • 61
-1
votes
2 answers

Xcode 9 bot integration ipa missing at XCS_PRODUCT path

I am working on Continuous Integration with Xcode 9. I have successfully setup Server & Bot. Integration works fine. Requirement: I required ipa path in Post Script to upload on my server. Problem: I am using XCS_PRODUCT variable for fetching ipa…
Toseef Khilji
  • 17,192
  • 12
  • 80
  • 121
1 2 3
12
13