Xcode Server

RSS for tag

Xcode Server controls server-side bots that continuously build, analyze, test, and even archive your Xcode projects.

Xcode Server Documentation

Posts under Xcode Server tag

51 Posts
Sort by:
Post not yet marked as solved
8 Replies
1.2k Views
Can't get a server bot to clone any repository in GitHub or Bitbucket. It seems like it needs access to credentials that are there when the bots are setup but have not made it into the server's user or something. Almost as if I need to setup .ssh for whatever user runs the bots? Points I can think of: Xcode 13 I've tried public and private repos local accounts have access just fine, just not the one the bot runs on. Accounts in Xcode on both the machines are setup, but that's not the xcodeserver user. I've had this working before before these services forced you to personal access tokens. For the integration user I've tried accounts that have full access to these repositories. As a test I added a post integration trigger to try to clone it manually. That works fine.
Posted
by endres.
Last updated
.
Post not yet marked as solved
1 Replies
501 Views
Hi All, After the upgrade to Xcode 13 final, I can’t seem to get Xcode Server to code sign my app in a bot. Error was always: Warning: unable to build chain to self-signed root for signer "Apple Development: OS X Server (...)" Building the app directly using Xcode interactively works though. Xcode version: 13 (13A233) macOS version: Monterey 12.0 Beta (21A5534d)
Posted
by adib.
Last updated
.
Post not yet marked as solved
0 Replies
317 Views
when I tried to open xampp I faced a problem Xcode quit unexpectedly while using the libMainThreadChecker.dylib plug-in.
Posted
by Wadha.
Last updated
.
Post not yet marked as solved
2 Replies
949 Views
On the newest AppleTV 4K, I have updated to TVOS 15. Because of that, Xcode 12.5.1 is building, but never runs the project because of the fetchsymbols issue: Failed to start remote service "com.apple.dt.fetchsymbols" on device. Please help! My option was to downgrade, however, it is not doable on the newest AppleTV 4K, 2021.
Posted
by Egle.
Last updated
.
Post not yet marked as solved
0 Replies
351 Views
hi. i wanted to archiv my ios project and i choose my Iphone as remot device. I have already used this Iphone the first time to achiv and it worked. but now i get error: "the selected device does not support archiving. The selected iOS device is not supported to create an archive. Select a remote device from the drop-down menu before archiving.". But i have selected my Iphone
Posted
by tzangue.
Last updated
.
Post not yet marked as solved
0 Replies
434 Views
Hi, this is to help people who facing this message when building application in their iOS devices. Here are steps to solve this problem. 1- Go to the setting in your iphone 2- General 3- Device managment (under VPN) 4- click on Apple Development 5- click on Trust "Apple Development: youremail@email" 6- you will like this message , press Trust Great! your project will open in your iOS device now. Note: don't forget to set signing setting in your Xcode
Posted
by Athir.
Last updated
.
Post not yet marked as solved
1 Replies
401 Views
Hello ! I was studying swift by Apple's book "Develop in swift Data Collections" and in some projects book provided server application to which in IOS app were made url requests to send and receive data. How can I create such server using swift and xcode without any frameworks or external libraries ?
Posted
by Skyman44.
Last updated
.
Post not yet marked as solved
1 Replies
503 Views
hello everyone, please help with my Xcode because I can not download it keep on saying get update and I cant the update download.
Posted
by kelvinO.
Last updated
.
Post not yet marked as solved
11 Replies
2k Views
I'm seeing this problem after upgrading to Xcode12, but it is intermittent. Duplicating all my bots as suggested in this related post did not work. https://developer.apple.com/forums/thread/125500?login=true&page=1#639161022 Looking in the logs, it seems to be a timeout (30 seconds) in the command to copy the integration assets. I'm not sure where to override this timeout. I tried suppressing the error in the build report, but the overall bot status still shows 'failed'. How can this be fixed? I'm pulling my hair out with frustration. I have post-build/test scripts that only run on 'bot success' and won't ever be called even though there are no build errors and all the tests pass.
Posted
by jerimiah.
Last updated
.