xcode-server

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

Xcode Server CI Bot Test Session exited(-1)

我们两清 提交于 2019-12-05 01:14:51
I am getting an error when trying to run tests on XcodeServer against simulator devices. The tests sometimes pass for one device and fail for another, but the failing device is not always the same one. This can happen in a single session. The log file error is as follows: 2015-03-23 10:44:11.029 Initializing test infrastructure. 2015-03-23 10:44:11.029 Writing testing status log to /Library/Developer/XcodeServer/Integrations/Integration-7e6e54f21a2fd25cddc9df0436cb3688/Session-2015-03-23_10:44:10-tH1BD4.log. 2015-03-23 10:44:28.676 Launch session started, setting a disallow-finish-token on the

Xcode Server ibtool Build Failures

♀尐吖头ヾ 提交于 2019-12-03 15:10:55
问题 I have been investigating using Xcode Server for CI. I've worked through some of the problems, but now have a problem that has stumped me. The builds seem to work alright, but then hangs during the testing phase, and produces this at the bottom of the log: 2015-11-25 14:44:45.650 xcodebuild[58280:821560] iPhoneSimulator: D7097422-C058-44DB-A275-CE1A44B11023: Executable terminated at path: /Applications/Xcode7.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode

Xcode Server ibtool Build Failures

喜你入骨 提交于 2019-12-03 04:55:07
I have been investigating using Xcode Server for CI. I've worked through some of the problems, but now have a problem that has stumped me. The builds seem to work alright, but then hangs during the testing phase, and produces this at the bottom of the log: 2015-11-25 14:44:45.650 xcodebuild[58280:821560] iPhoneSimulator: D7097422-C058-44DB-A275-CE1A44B11023: Executable terminated at path: /Applications/Xcode7.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Agents/xctest (status = 6) Sampling process 58280 for 10 seconds with 1 millisecond of run time between

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

Continuous integration Xcode Server after trigger $XCS_PRODUCT not set

心已入冬 提交于 2019-11-30 20:39:45
I had a bot that was working perfectly under Xcode 6.4. An after trigger script was automatically uploading the IPA using this path : "$XCS_OUTPUT_DIR/$XCS_PRODUCT" However (even after redoing a bot from scratch) it appears that : $XCS_PRODUCT is Always empty. $XCS_OUTPUT_DIR is pointing to a folder that does not exist because after checking out on server it appears that Xcode server is storing .ipa there : /Library/Developer/XcodeServer/IntegrationAssets/ How to find my .ipa without this variable during my after trigger script? I had the same problem and after discussion on Apple Developer

Xcode 7.0.1, Bots, and Server 5.0.4: Test target “xx” encountered an error - Timed out waiting 120 seconds for simulator to boot

主宰稳场 提交于 2019-11-30 09:37:16
Expected Result: You check the "Test" checkbox when creating a bot and Xcode server flawlessly executes mt tests like in the WWDC . Result: Xcode barfs up a bunch of simulator timeout errors and the integration fails. Test target "xxx" 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 /Library/Developer/XcodeServer/Integrations/Integration-0e5a387ef456a57b7a2d5a90d004256d/xxxx.log) Environment: Xcode 7.0.1 Server 5.0.4 OSX 10.11 Replicated on two different machine with two

Continuous integration Xcode Server after trigger $XCS_PRODUCT not set

时光毁灭记忆、已成空白 提交于 2019-11-29 20:00:28
问题 I had a bot that was working perfectly under Xcode 6.4. An after trigger script was automatically uploading the IPA using this path : "$XCS_OUTPUT_DIR/$XCS_PRODUCT" However (even after redoing a bot from scratch) it appears that : $XCS_PRODUCT is Always empty. $XCS_OUTPUT_DIR is pointing to a folder that does not exist because after checking out on server it appears that Xcode server is storing .ipa there : /Library/Developer/XcodeServer/IntegrationAssets/ How to find my .ipa without this

Xcode 7.0.1, Bots, and Server 5.0.4: Test target “xx” encountered an error - Timed out waiting 120 seconds for simulator to boot

泪湿孤枕 提交于 2019-11-29 14:34:29
问题 Expected Result: You check the "Test" checkbox when creating a bot and Xcode server flawlessly executes mt tests like in the WWDC. Result: Xcode barfs up a bunch of simulator timeout errors and the integration fails. Test target "xxx" 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 /Library/Developer/XcodeServer/Integrations/Integration-0e5a387ef456a57b7a2d5a90d004256d/xxxx