Questions tagged [xcode-server]

Xcode Server is the name for the Xcode service previously in OS X Server, but as of Xcode 9, integrated into Xcode itself. This is Apple's continuous integration product for iOS and OS X development.

If you have questions specific to Bots in Xcode Server, use tag instead.

189 questions
0
votes
1 answer

How to open simulator created by xcode server?

I'm working on running UItest on Xcode server (created by Osx server). Before testing I need to do some manual actions on simulator (tap to allow notification, location, background location, validation, wait for download data ...). Xcode server…
hoangpx
  • 470
  • 2
  • 16
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
0 answers

No Matching provisioning profile found in Xcode continuous integration (Xcode 7.2)

Issue : i have setup a continuous integration with the help of Xcode server but in app when i integrate my bot i got above error. i have seen a lots of post on this and find out that i need to setup my provisioning profile in…
Nik
  • 1,679
  • 1
  • 20
  • 36
0
votes
1 answer

Getting error xcodebuild exited with status 6

Running a test bot that's returning this warning and not creating an installable product. Anyone know what that status means? This is the build error: `xcodebuild[98753:3595809] [MT] DVTAssertions: ASSERTION FAILURE in…
CatLord
  • 361
  • 1
  • 4
  • 14
0
votes
1 answer

Copying a file before integration using an Xcode Server bot

I'm setting up a continuous integration (CI) server for our iOS app using Xcode Server. The problem is we have a plist, cred.plist for each person with their credentials and test environment details that is ignored by git and the application will…
iamthearm
  • 513
  • 2
  • 15
0
votes
1 answer

Xcode Server - Build Service Error: The request timed out

I've just started integrating towards my new OS X local server installation but I get an issue whenever I'm running an integration from Xcode on it. The tests seem to run but I get an error that the request times out. Also, the tests tab is…
Mattias Farnemyhr
  • 4,148
  • 3
  • 28
  • 49
0
votes
1 answer

Doing a git push OVER HTTPS from within a build script on Xcode server

The first thing I should mention is that I can't use ssh. With that out of the way, if anyone can help I'll be eternally grateful. I need to run a post-build script on my bot which creates a tag and pushes it to the remote upon build success. I've…
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
0
votes
3 answers

Distribute App to multiple iPads without App Store

I have built an app for a client that would like to run the app on multiple iPads. Is it possible to do this without distributing through the App Store? Can I use Apple Configurator from the Mac App Store or distribute through the Xcode Server?
Tom Coomer
  • 6,227
  • 12
  • 45
  • 82
0
votes
1 answer

OS X Server location of Xcode Provisioning Profiles?

My OS X Server Xcode Bot gives the error: Bot Issue: warning. Build Service Error. Issue: No matching provisioning profile found: Your build settings specify a provisioning profile with the UUID “XYZ-123" Description: No matching provisioning…
pkamb
  • 33,281
  • 23
  • 160
  • 191
0
votes
1 answer

I'd like to change specified UDID in .ipa

Do you know how I can change the UDIDs in .ipa file without Xcodes? I got test version of my app from my programmer. But I don't want to bother him, because he is super busy.
0
votes
1 answer

Xcode Server: Failed to mmap after update to 10.10.2

I updated my Xcode Server to 10.10.2 and the latest security release. After doing so my Xcode Bots all fail with this error: Failed to mmap. Could not write data: Invalid argument (-1) Of course the "Fix-It" button does not work at all. I tried to…
plaetzchen
  • 757
  • 6
  • 22
0
votes
1 answer

Push Notifications not received if Xcode Server signs with iOS Team provisioning profile

I recently implemented in an app Push Notifications. We also use an instance of Xcode Server to make automated builds for our QA. When I updated the app id to support push notifications, I regenerated the provisioning profiles for both development…
0
votes
1 answer

GWT - css class names

since some time I have the problem that all my css class names are obfuscated (like div.O0NPTOB-q-k) when I look at them with e.g. Firebug. This is ok for production use but not when running in dev mode (with code server). Could anybody give me a…
hugri
  • 1,416
  • 3
  • 18
  • 32
0
votes
1 answer

Xcode Server impossible to start

I am having hard time with this Xcode server, already wasting days on that... I'm in Yosemite everything up to date. Everything was working good last week except that every time I had to reboot my mac mini server, I had to log in through VNC to…
Ganzolo
  • 1,394
  • 12
  • 23
1 2 3
12
13