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
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

Xcode 6.3 bot will not code sign the app and there is not an install button

I get the following warning as a Build Service Issue in the new bot I created in Xcode 6.3: Bot Issue: warning. Build Service Error. Issue: No code signing identities found: No valid signing identities (i.e. certificate and private key pair)…
Bryan Cimo
  • 1,268
  • 1
  • 19
  • 34
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
2 answers

Jenkins and OS X Server on the same machine

I'm working on a Java App and on an iOs App. I will like to make continuous integration on both projects. I know that Jenkins can be use for CI on iOs projects, but I have to use OS X Server for the iOs app. So I would like to know if someone has…
Pintouch
  • 2,630
  • 1
  • 15
  • 22
0
votes
1 answer

Where are the server/bot logs with xcode6-beta4

I wish to look at the logs generated by Bots. My bot seem to be in Running.. state all the while and I want to look at the output that is generated generated. I can't kill the bot from UI, like in a previous version to look at the bots.
satyajit
  • 1,470
  • 3
  • 22
  • 43
0
votes
1 answer

Xcode5: unit test linking errors

I seem to get this strange issue when testing an XCTestCase. I created a unit testing bundle, and set my main app as the "target"; now I can write tests against my Core Data NSManagedObjects just fine, but if I include anything else in my app that…
Z S
  • 7,039
  • 12
  • 53
  • 105
0
votes
1 answer

Running OClint in Xcode bots

Hey i want to run oclint using Xcode bots. Currently what i am doing is runing oclint as a post build run script. But it is always unable to find the provisioning profile. Here is what i am doing xcodebuild -target MyTarget -configuration Debug…
xeon111
  • 1,025
  • 9
  • 20
0
votes
1 answer

Triggering breakpoints from an Xcode 5 CI bot

I have an Xcode 5 CI server running my XCTest unit tests. My test cases rely on breakpoints to trigger specific actions. These actions are essential to the running of the tests. Everything passes if I run the tests locally. The problem is: when a…
chris838
  • 5,148
  • 6
  • 23
  • 27
0
votes
1 answer

Delete Project in Bot

I knew how to delete Bot project in XCode , but I have a problem , If the XCode project does not exist anymore , how should I do to delete project in Bot ? I have two test projects in XCode Bot, but they are not exist in our git server and XCode…
user1028886
0
votes
1 answer

XCode bot integration with iOS simulator

I am trying to integrate bot for simulator only but still getting code signing error. Why? CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 7.0' I also copied Provisioning Profiles from…
user1101733
  • 258
  • 2
  • 14
0
votes
2 answers

Bot integration with local repository

I am trying to create bot with my local repository created on mac. But integration fails always. I am using simulator for testing. I have also selected simulators from device settings. But getting following error always- SSH Known Hosts file path is…
rtk123
  • 143
  • 7
0
votes
1 answer

How to see test coverage with Xcode5 bots?

I use the Continuous Integration in Xcode The UI is beautiful and easy to set up. I want to use it as our CI tool. However, it seems not to have a test coverage feature. It is a key feature for us. Is there a way to see test coverage on Xcode?…
zono
  • 8,366
  • 21
  • 75
  • 113
-1
votes
1 answer

No Code Signing Identities Found With Xcode Server Bot While Making .ipa

Ways tried:Export Certificate and add in following directory /Library/Developer/XcodeServer/Keychains
-1
votes
2 answers

Xcode's Bot always returns error

I got an issue with Xcode's Bot. It always returns the "User canceled the operation. Command /usr/bin/codesign failed with exit code 1" error string after running the command below: /usr/bin/codesign --force --sign --entitlements…
phuongle
  • 1,166
  • 11
  • 17
1 2 3
10
11