Questions tagged [xcode-bots]

The basic component processes of Xcode Server, a continuous integration system for iOS and OS X development built by Apple. It is part of OS X Server.

164 questions
0
votes
0 answers

Xcode bots for internationalization

I'm currently trying to create bots to test my code in Xcode server, and I would like to test my app in several languages and regions, but I can't find a more convenient way to do this than creating one bot per language and region. Is there a way…
Ericlm
  • 117
  • 1
  • 13
0
votes
1 answer

Exporting a Developer-ID-signed app bundle with Xcode 9

I'm trying to export a Developer-ID-signed app bundle from a post-build trigger in a bot on Xcode 9.1, but I can't get it to pass through Gatekeeper without having to use the right-click-in-Finder workaround. As suggested by this answer, I tried…
Dov
  • 15,530
  • 13
  • 76
  • 177
0
votes
2 answers

Xcode Server iOS Trigger issues error 35

I'm using Xcode 9.0.1 we increased the maximum number of processes until the next restart sudo launchctl limit maxproc 2000 2500 I am having this issue while running integrations in Xcode Server. Assertion: Exception trying to execute trigger: …
Ted
  • 22,696
  • 11
  • 95
  • 109
0
votes
1 answer

macOS Server - Unable to run Xcode bots, because user is not logged in

Disclaimer: I understand that stackoverflow is development oriented and this might be more a server question, but I think that many developers use CI and this is the right place to reach these developers. I am using macOS Server app to run a…
Vojtech Vrbka
  • 5,342
  • 6
  • 44
  • 63
0
votes
1 answer

Automating "Allow notificiations" in unit tests for Xcode Server Bots

I have an app that on first run asks if the user will permit notifications. It brings up the standard OS UI for this. I'm now doing CI with Xcode server and when I do installs to the server's Simulators, they get stuck on "Allow notifications" Is…
Dru Freeman
  • 1,766
  • 3
  • 19
  • 41
0
votes
1 answer

Xcode CI - How to specify in a bot which development team and provisioning profile to use?

I am setting up an Xcode bot to build and upload our AdHoc app to Crashlytics, and am having issues specifying it to use our Enterprise team and adhoc provisioning profile. I tried adding these in the .xcconfig file for the scheme, but it seems to…
JimmyJammed
  • 9,598
  • 19
  • 79
  • 146
0
votes
1 answer

XCode-bot build failed on physical devices

today I have attached a real device for the first time to my XCode server (Xcode 7.3.1, iOS 9.3.4) and this is what i got : xcodebuild: error: Failed to build workspace xxxxxxxx with scheme xxxxxxxx. Reason: Logic Testing Unavailable My bot have…
0
votes
1 answer

Xcode Server Bot integration stalls on xcrun xcodebuild -exportArchive "Exporting installable product"

Xcode Server Bot integration stalls at stage six: "Exporting installable product" The Raw Build Log shows as final entries: $ /usr/bin/xcrun xcodebuild -exportArchive -archivePath…
Max MacLeod
  • 26,115
  • 13
  • 104
  • 132
0
votes
0 answers

Xcode Server Integration - Access Post Object from Before-Integration Trigger

I'm using Xcode server 5 for Continuous Integration. I created a Bot that I can trigger via a POST request to: https://server.mycompany.com:20343/api/bots/_some_bot_id_/integrations the Body of this POST request looks like { myVariable: "hello",…
0
votes
1 answer

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

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…
timgcarlson
  • 3,017
  • 25
  • 52
0
votes
1 answer

Xcode: App icon set has an unassigned child

I have an Xcode Bot that is giving the following warning after a successful build. As far as I can tell, there are no unassigned children in my "AppIcon" icon set. I also get no warnings when building locally. Have any ideas why I am getting this…
mdupls
  • 2,012
  • 1
  • 27
  • 40
0
votes
2 answers

dyld fatal error when running XCUITest

I get a dyld fatal error as xcode attempts to initiate the UI test suite. dyld: Library not loaded: @rpath/XCTest.framework/XCTest Referenced from:…
James Goe
  • 522
  • 4
  • 14
0
votes
1 answer

Xcode 6 Continuous Integration Bot - Crashlytics failing on build / upload script

Trying to incorporate Continuous Integration into my Xcode builds. I have setup OS X Server on my MacBook and everything seems to work fine except for the actual submit/upload script for Crashlytics. I am getting this error in the 'Trigger' log:…
0
votes
3 answers

How to generate .ipa from xcode bot?

I am getting .xcarchive for my application when I am building using xcode bot and os x server. How can I get it to build .ipa?
Rishi Goel
  • 605
  • 4
  • 6
0
votes
0 answers

Xcode Bot "Can't fit data in the buffer (-1)"

We're trying to set up a CI server on OS X 10.10.4, under Xcode Server 4.1.3 beta (build 14S1113) running Xcode 6.4 (6E35b). We got it to work when we set it up on Friday, but when we came in this morning it was up to 3500-odd integrations, all…
Robert Atkins
  • 23,528
  • 15
  • 68
  • 97
1 2 3
10
11