xcode-bots Questions

3

Solved

Trying to execute altool command, but it fails, that password is incorrect: xcrun altool --list-apps -u [email protected] -p PASSWORD I did try to use my user name password. I did try to use...
Dah asked 10/5, 2021 at 11:40

1

I'm working with Xcode and GIT to create an automatic build service. One of the bots looks on the Release branch every 5 minutes and builds it in case there are new commits. Recently i've been star...
Bottrop asked 26/8, 2015 at 7:17

3

Solved

I'm trying to set up an Xcode bot with OSX server. After configuring the git repository and creating a bot, I run integrate. It fails because the repository is checked out only partially. More prec...
Ouzel asked 9/1, 2014 at 10:26

2

I'm using a bot to archive an iOS app, and I need to get the .ipa product path in order to publish it into our distribution system. Bot settings: And using a script to print all env variables, ...
Gravitt asked 24/2, 2016 at 15:0

2

Solved

Our Xcode Build Server fails and does not perform any tests anymore. Version 8.3 (8e162) It simply fails with the Statement: Build Service Issue Error The devices configured for testing were not f...
Coniology asked 27/4, 2017 at 11:56

3

Solved

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 ...
Littleton asked 15/9, 2016 at 22:39

3

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. **Warn...

2

My integration bot when trying to run the app on the server complains that... xcodebuild: error: No destinations were specified with the -destination flag which were valid for the specified schem...
Yap asked 21/5, 2014 at 17:50

3

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 p...
Crosslegged asked 29/10, 2013 at 5:34

1

After creating a new repository on my Xcode Server, I can't access it by ssh, but I can perform both the git clone command and the git push command by using the https protocol. Furthermore I enco...
Britannic asked 25/10, 2014 at 5:2

2

Solved

I have a set of XCUITests that run with our iOS app. They used to run fine on Xcode 7.2.1, but upgrading to 7.3 causes tests to fail in the "Set Up -> Wait for app to idle" phase with the following...
Nita asked 25/3, 2016 at 19:54

3

Solved

My Xcode bot integrations fail with the following error. Assertion: Running task was terminated because it produced no activity for too long. From the bottom of the log: Sampling completed, p...
Censurable asked 19/8, 2015 at 22:37

1

In Xcode 7 Apple added XCUITest as the new and preferred way to test the UI of your application. I want to migrate my old testing script, but haven't found any information on how to set a custom c...
Colier asked 18/11, 2015 at 18:40

1

I set up a remote Git repository and Xcode Server on another computer, then created a bot in Xcode. Every time I try to do a new integration, it fails with an error like this: Assertion: Opening i...
Heirloom asked 3/11, 2015 at 12:3

0

Xcode integration sticks while making ".ipa" for bundle sources on signing product. Have been stuck for many hours. :( i am working on automated testflight builds with xcode-bots,While integrati...
Thimblerig asked 8/4, 2016 at 7:36

1

I have a project written in Swift with a 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 X...

4

So after updating to OS X Server 3.1 (Build 13S4138) our Xcode Build web interface just returns a blank page. I'm sure everything is set up correctly because the source of the blank page shows a lo...
Huntingdon asked 21/3, 2014 at 14:10

2

I have been able to get my Xcode bot to integrate successfully and create a .ipa file. I have an ssl certificate installed on my Xcode server and I can connect to the xcode/bots url fine. When I co...
Anglaangle asked 5/2, 2015 at 4:23

0

I am running UI tests in a single Xcode bot. The bots are run on a separate computer which is only used for this task and nothing else. The tests start running fine at first, but after several succ...
Rhizotomy asked 27/8, 2015 at 23:46

4

I am clueless as to how to fix this "Build Service error issues" when I try to integrate a Xcode bot on my OS X Server 4.0. Everything works fine on this server, I even have another working bot on...
Azotemia asked 27/1, 2015 at 11:1

3

Solved

I have created an Xcode Bot that integrates on each commit. In the "Run Script" Trigger I would like to update the current GitHub commit with the integration status of Tests that were run. Pretty ...
Visibility asked 20/2, 2015 at 2:25

0

I've been getting semi random instances of... Test operation failure: Test session exited(-1) without completing. _finishWithError:Error Domain=IDEUnitTestsOperationsObserverErrorDomain Code=3 "Te...
Clip asked 25/5, 2015 at 9:33

1

I have an Xcode server set up with a few bots for iOS projects (compiled with Xcode 6.1), all of which containing unit test targets I seem unable to have those tests run in the simulator; all trie...
Starstudded asked 13/2, 2015 at 19:53

4

Solved

When creating an Xcode Bot in Xcode 6, it is linked to the current active branch in Xcode source control. There seems to be no supported way to change branches after creating the bot. Xcode Servic...
Ohalloran asked 26/2, 2015 at 23:15

3

We have a osx server configured with SSL cert and enabled Xcode. Everything worked fine before updating OSX Server to 3.2.1 and Xcode 6.0.1. The problem we have is that when the integration is fin...
Shoelace asked 22/9, 2014 at 12:22

© 2022 - 2024 — McMap. All rights reserved.