xcode-bots

Continuous Integration with iOS 7.1 - can't install the product linked on the server

你。 提交于 2019-12-12 18:18:51
问题 We've been running CI with Xcode 5.0 for some time with no issue. Now iOS 7.1 has been released it seems to install the products that the CI produces you need to be on https but it seems that self signed certs are ok. I have switched to https (self-signed) which loads the bot page fine, but when you go to install the product from the link it says cannot connect to server Trying to install it on http causes the error Cannot install applications because the certificate for 'server' is not valid

XCode Bots API configuration edit fails

扶醉桌前 提交于 2019-12-11 05:35:25
问题 I want to change via the XCode Bots API the scheme name of a bot. A request like curl -XPATCH -H 'Content-Type: application/json' -H 'x-xcsclientversion: 8' https://localhost:20343/api/bots/botid123 -d '{"name": "myawesomebot2"}' to change the bot name works. But if I try to change the configuration object with a request body like '{"configuration": {"schemeName": "scheme2"}}' it fails. How can the scheme name be modified? 回答1: I finally got this solved and want to note the pieces necessary

Xcode cannot click next while creating bots?

≯℡__Kan透↙ 提交于 2019-12-10 12:45:14
问题 I am trying to setup a bot for a test project. I have a mac mini that runs the Server app. The server is visible to the local network and all. I go in Xcode after having shared the scheme and create a bot. The problem is, I can't get the "NEXT" button at the bottom right to be enabled. So, I cannot continue with the creation of the bot. The server is found and selected. Why is the NEXT button disabled? I also then tried commit the shared scheme but I still don't have the option to click NEXT.

Continuous integration with Xcode Bots

Deadly 提交于 2019-12-10 02:06:40
问题 I want to to do the continuous integration using Xcode bots. I have installed OSX Mavericks and Server(version 3). I am able to create bots using Xcode 5.0.1. While integrating it is successfully performing analyzing testing but always the final integration result is failure. Integration failed. Unexpected internal server error. See the integration's logs for more details.` I didnt understand anything from the server error logs.Its failing due to some wiki service related errors. Can anyone

Xcode Bots:: Creating archive failed: xcodebuild exited with status 65

余生长醉 提交于 2019-12-07 06:34:53
问题 My integration succeeded but archive fails every-time with following warning mentioned below -: **Warning: Build Service Error:** Creating archive failed: xcodebuild exited with status 65. **Warning: Build Service Error:** Skipping exporting from archive because creating the archive failed. 回答1: I had the same problem. In my case the code signing was set to automatic. When I change it to an distribution certificate it worked. 回答2: I was having this issue after updating to the Server beta. I

Xcode server, bots, continuous integration, and unit-testing on the simulator

痞子三分冷 提交于 2019-12-06 20:49:38
问题 I have an Xcode server set up with a few bots for iOS projects (compiled with Xcode 6.1), all of which containing unit test targets I seem unable to have those tests run in the simulator; all tries so far have been failing with the same error (time-out for simulator to boot): Test target NAME_OF_MY_TARGET encountered an error (Timed out waiting 120 seconds for simulator to boot, current state is 1. If you believe this error represents a bug, please attach the log file at [...]) Of course, the

Xcode Bots not sending email on success/failure

白昼怎懂夜的黑 提交于 2019-12-06 02:32:59
问题 I setup Xcode Bots, which is working successfully. However, despite setting email addresses to get notified when a build is successful or it fails, I do not receive any emails. Is there any additional SMTP setup I need to do hidden somewhere? 回答1: You probably need to configure the Mac OSX Server for sending e-mail. The local server is located in the Server application under "Mail" in the left sidebar. I recently changed to using Amazon SES and had to edit the Postfix SASL configuration

Xcode Bot integration error : Failed to mmap

删除回忆录丶 提交于 2019-12-06 01:43:14
问题 I am clueless as to how to fix this "Build Service error issues" when I try to integrate a Xcode bot on my OS X Server 4.0. Everything works fine on this server, I even have another working bot on another branch of the same project. It throws me Bot Issue: error. Build Service Error. Issue: Failed to mmap. Could not write data: Invalid argument (-1). Got no idea what to do... Thanks in advance! 回答1: This is apparently due to a bug in Xcode 6.1.1. In order to workaround, I reinstalled Xcode 6

XCode bot error: Early unexpected exit, operation never finished bootstrapping -

空扰寡人 提交于 2019-12-05 18:14:39
问题 I have a project written in swift, and i have the main target and two test targets, one for unit testing using quick framework and it has 3 KIF tests. the other target has the XCUItests. so whenever i run XCode bot integration with our XCode CI Server, i get the following error: Bot Issue for Acceptance Bot (error) Integration #63 of Acceptance Bot Open in Xcode: xcbot://iosci/botID/1229919cecfcd510f090e37aed014a23/integrationID/16a3709d3ae008a68a65ff2fe9bb5a7b Assertion: Test target

XCode Bot Error: “internal-post-timeseries-error”

醉酒当歌 提交于 2019-12-05 11:45:23
I've got the new OSX Mavericks Server set up to run the tests for my iOS project through a Bot. While the build and the tests to run and everything passes just fine, the actual integration is reported as a failure. The following error appears several times towards the end of the bot's log file: [https]Request{XCBotService.updateBot:({ guid = "c5e4cf65-5a99-5a99-6ac7-e19d4fd9600f"; latestFailedBotRunGUID = "46c2cc1f-2c0d-4613-901a-3285ccf7c4cf"; latestRunStatus = failed; latestRunSubStatus = "internal-post-timeseries-error"; })} Does anyone know what that means or how to resolve it? 来源: https:/