Questions tagged [xcode-server-bots]

4 questions
4
votes
3 answers

Which password I should use for altool command line?

Trying to execute altool command, but it fails, that password is incorrect: xcrun altool --list-apps -u user@domain.com -p PASSWORD I did try to use my user name password. I did try to use @keychain functionality failing, that it is failing…
Ramis
  • 13,985
  • 7
  • 81
  • 100
1
vote
0 answers

Xcode Server - Run Integration on Pull Request

I am setting up CI on Xcode Server and I am trying to start integration as soon as Pull requests are created. My repository is on GitHub. Is there any way it can be done. I didn’t find any option in Xcode Server. Only thing I have found is to change…
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 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