Xcode Cloud Fails to export archive: Command exited with non-zero exit-code: 70

Hi. I'm using Xcode Version 13.4.1. I have a project that builds an iOS app successfully in Xcode cloud. However, I am getting errors when trying to execute the archiving action.

It seems archiving for app-store distribution works but fails archiving for development distribution and ad-hoc distribution. I only need the archive for app-store distribution and so what is the way to disable archiving for the other two ?

Also, is there any way to provide a custom export options plist ?

Post not yet marked as solved Up vote post of fardin006 Down vote post of fardin006
103 views

Replies

the answers here might give you a clue: https://developer.apple.com/forums/thread/703417

Seeing this same issue on my builds... Tried deleting all the Xcode Cloud certificates from the developer portal and restarting the build but still has issues.