189 questions
2
votes
1
answer
558
views
Xcode Server Checkout fails
I am struggling to get my Xcode Server working using Xcode 14.2
It used to work, but since having to reset everything I keep getting the error:
Authentication failed because the credentials were ...
0
votes
1
answer
502
views
During enabling Xcode Server fails with "Could not export API server SSL..."
After updating Xcode to latest version Xcode Server can not be turned on. It fails with error:
Could not export API server SSL certificate: Error Domain=XCSSecurity Code=-1 "OpenSSL: Error ...
4
votes
1
answer
3k
views
How to run Xcode Build Server under Rosetta?
I have a configured Xcode Server on an M1 mac mini. Due to some issues which are outside of the scope of the question, I have to run the server so it builds the project under Rosetta.
However, that ...
1
vote
0
answers
39
views
build Increment fails shell script when using Xcode Server bot
So, I have an Xcode Server bot with an trigger. This trigger is a pre integration script.
#!/bin/sh
buildNumber=$(/usr/libexec/PlistBuddy -c "Print CFBundleVersion" "${PROJECT_DIR}/${...
1
vote
0
answers
155
views
Xcode server pre-integration script trigger exited with non-zero status 127
I have an Xcode project that builds perfectly fine on my client computer and server computer. I am trying to build it via xcode server and since I am using cocoapods for some dependencies my ...
2
votes
1
answer
639
views
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 ...
4
votes
3
answers
557
views
Xcode Server Bot not sending email reports
I am running Xcode Server Bots on my local iMac but the email notifications are not being sent.
I have followed many tutorials and have postfix setup and working. I can successfully send emails using ...
1
vote
0
answers
195
views
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 ...
0
votes
1
answer
268
views
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
...
-1
votes
1
answer
1k
views
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 ...
0
votes
1
answer
411
views
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
...
1
vote
0
answers
486
views
Xcode Server 11 Export Archive Fails
The 11.x series of Xcode seems to have broken Xcode Server. Every bot that is configured to output an archive at the end of processing now fails.
The raw output log looks like the following:
/usr/...
0
votes
0
answers
93
views
Should test configurations show up twice on test results when running on a xcode server bot?
so I've set up an Xcode server for my integration tests.
I am using test plans and have set up my bot to run a specific plan. So this works as expected, fine. However, the plan has only one ...
0
votes
1
answer
156
views
I have added Pods in .gitignore and trying to setup CI/CD with Xcode Bots. Unable to install pods through pre integration script in bot configuration
I have added following as pre integration script in Xcode bot to install pods in gitignore
pod install
The script returns following message after integration
pod: command not found
2
votes
1
answer
1k
views
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:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist ...