Xcode - Bot did not produce too long output, and then status failed 15

Bot works for me, and it worked fine until I updated my Provisioning Profile and copied the new one to the XcodeServer / Provisioning Profiles folder. Now I get the following errors:

Firstly, as mentioned in this question (I have nothing special in my project):

Release Error: Error. Build service error. Problem: xcodebuild completed because it did not generate output for too long. Integration Number: 1. Integration URL: https://buildserver.example.com/xcode/bots/F3AF171/integrations Description: xcodebuild completed because it did not generate output for too long.

The following are:

Problem with bot: warning. Build service error. Error. Failed to create archive: xcodebuild completed with status 15 .. Integration number: 1. Integration URL: https://buildserver.example.com/xcode/bots/F3AF171/integrations Description: Error creating archive: xcodebuild completed with status 15 ..

Any ideas on how to fix it?

+6
source share
1 answer

The solution added code for my private key. For some reason, and I don’t know how it was deleted, since allowing access to my private key for my private key of the issue certificate. He was still present on my development certificate. This is Niels Castle's second answer in a related question.

+3
source

Source: https://habr.com/ru/post/979593/


All Articles