xcode-bots

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

心已入冬 提交于 2019-12-05 08:26:31
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. 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. I was having this issue after updating to the Server beta. I was able to fix it by adding my team to the Xcode server settings . Its a problem of certificate. Try to check if

Continuous Integration and Deployment: Bots + Testflight Api on Itunes Connect

Deadly 提交于 2019-12-05 02:42:04
Is there anyway I can send an ipa generated by bots to itunes connect, using testflight api? I know that testflight has an api to upload .ipas but I'm not sure if I can use it with the latest changes on itunes connect and with the integration of testflight on Apple systems. This is something that I'm currently accomplishing with jenkins + custom distribution channel and a few shell scripts files. I wonder if it is possible to do with = Bots + Triggers + Testflight API + Itunes Connect . We were looking to do the same thing. I pulled this from Apple's documentation. Does TestFlight Beta Testing

Continuous integration with Xcode Bots

萝らか妹 提交于 2019-12-05 01:32:55
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 help me? Oct 29 10:18:41 AnilV-InetliMac.local xcsbuildd[11285] <Debug>: [CSRemoteServiceClient.m:233

Start Integration of Xcode Bot manually?

本小妞迷上赌 提交于 2019-12-04 12:36:42
问题 I was watching WWDC 2014 "Continuous Integration with Xcode" Video and it looks great how the bots can be used to run test. But my question is to anyone who has seen the video, when he sends message to Jeeves saying " integrate CoffeeBoard ".Bot starts to integrate. I want to know how he did that. I want to add post-receive hook on github which on receiving any commit should start Xcode bot on my OS X Server. Most of my team members use SourceTree or GitHub to manage their git and they don't

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

試著忘記壹切 提交于 2019-12-04 03:23:27
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 MyUITests encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will

Pod Install in Xcode Bots Trigger

僤鯓⒐⒋嵵緔 提交于 2019-12-03 17:02:56
I started the pre integration trigger with the following cd "${XCS_PRIMARY_REPO_DIR}" pwd pod install --verbose And it gave me pod: command not found Simple right? Can't find the pod binary so, I'll just point it over to the path. Easy. cd "${XCS_PRIMARY_REPO_DIR}" pwd /usr/local/bin/pod install --verbose Which gives me the following env: ruby_executable_hooks: No such file or directory This makes me think ruby isn't set up right to run for the triggers. Now understand a simple "pod install" in the terminal of the build server fixes all this and runs fine and dandy. The project definitely

Where do Xcode Bots put their results, so I can parse them?

痴心易碎 提交于 2019-12-03 16:24:21
Our dev team has always used Jenkins for our iOS builds, and used Philips Hue lights to inform the team when the build is Building(Yellow), Successful(Green), Failed(Red). Now we have moved to Xcode CI and Bots , and I do not know when any unit tests fail. We don't even know if the build phase failed. On Xcode Bots CI you get this "bigscreen" feature: In Apple's "Manage and Monitor Bots from a Web Browser" Docs , you can see that it has all sorts of states that could key up a hue light. I really don't want to hack something up and parse an HTML page. Although fun, the work does not last long

Start Integration of Xcode Bot manually?

僤鯓⒐⒋嵵緔 提交于 2019-12-03 08:58:47
I was watching WWDC 2014 "Continuous Integration with Xcode" Video and it looks great how the bots can be used to run test. But my question is to anyone who has seen the video, when he sends message to Jeeves saying " integrate CoffeeBoard ".Bot starts to integrate. I want to know how he did that. I want to add post-receive hook on github which on receiving any commit should start Xcode bot on my OS X Server. Most of my team members use SourceTree or GitHub to manage their git and they don't want to use Xcode Source Control. I thought creating a bot and setting its option to start manually

Xcode Server Bot integration fails to export archive with Assertion fail: exportArchive: ipatool failed with an exception

我的未来我决定 提交于 2019-12-02 15:07:15
问题 I have a build server setup with Xcode 7.2 and Server 5.0.15 so we can have CI. I'm able to create an Xcode Bot that creates an archive, but it's not able to finish the last step, which is exporting the ipa archive to the Server so it can be downloaded via ad hoc builds. I'm able to create an archive from a local machine, but whenever I run a build bot using Distribution as the scheme, I get this error... Bot Issue for TEST-BUILD-BOT-3 (build service warning) Integration #8 of TEST-BUILD-BOT

Xcode Server Bot integration fails to export archive with Assertion fail: exportArchive: ipatool failed with an exception

时间秒杀一切 提交于 2019-12-02 08:47:06
I have a build server setup with Xcode 7.2 and Server 5.0.15 so we can have CI. I'm able to create an Xcode Bot that creates an archive, but it's not able to finish the last step, which is exporting the ipa archive to the Server so it can be downloaded via ad hoc builds. I'm able to create an archive from a local machine, but whenever I run a build bot using Distribution as the scheme, I get this error... Bot Issue for TEST-BUILD-BOT-3 (build service warning) Integration #8 of TEST-BUILD-BOT-3 Open in Xcode: xcbot://(null)/botID/fa5f2ef869edbde2181109e01843e862/integrationID