Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Bots:: Creating archive failed: xcodebuild exited with status 65

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.  
**Warning: Build Service Error:** Skipping exporting from archive because creating the archive failed.
like image 272
DevR Avatar asked Apr 22 '15 09:04

DevR


2 Answers

I had the same problem. In my case the code signing was set to automatic. When I change it to an distribution certificate it worked.

like image 70
tuvok Avatar answered Nov 07 '22 11:11

tuvok


I was having this issue after updating to the Server beta. I was able to fix it by adding my team to the Xcode server settings.

like image 39
David Beck Avatar answered Nov 07 '22 13:11

David Beck