Xcode Bots :: Error creating archive: xcodebuild completed with status 65

My integration was successful, but the archive fails every time with the 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. 
+5
source share
3 answers

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

+4
source

I had this problem after updating the beta version of the server. I was able to fix it adding my command to the Xcode server settings .

+1
source

This is a certificate issue. Try checking if you have a certificate on your computer that matches the assembly you want to make.

0
source

All Articles