Questions tagged [xcs]

Use XCS for Xcode Server Bot discussions

4 questions
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
0
votes
0 answers

Xcode Bot error "Configured destination is no longer supported..."

Xcode Server Bot, returns error of "Configured destination is no longer supported or could not be found" when clicked "fix it", it takes me to devices, which by default it selects build for "iOS", and "IOS simulators and devices". I tried to add an…
YU FENG
  • 888
  • 1
  • 12
  • 29
0
votes
1 answer

Xcode 12, Mac OS 10.15, Xcode server pre-integration scripts for install cocoapods

I'm new to Xcode server CI, and this is what my pre-integrate script looks like: #!/bin/sh #make sure the encoding is correct export LANG=en_US.UTF-8 # fix the path so Ruby can find it's binaries export PATH=/usr/local/bin:$PATH echo "PATH:…
Ran Bi
  • 251
  • 1
  • 2
  • 8
0
votes
1 answer

Xcode server bot: pre Scripts error Trigger Error: Trigger exited with non-zero status 1

I wanna setup a Xcode server for archive my project, but i get a tigger issues that tigger error Tigger exited with non-zero status 1. That is my scripts: #!/bin/sh #make sure the encoding is correct export LANG=en_US.UTF-8 # fix the path so Ruby…
cerrian
  • 3
  • 1