Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Archive validation failed with errors

I get the following error in XCode when submitting the app:

Archive validation failed due the issues listed below.

ITunes Store operation failed.

Invalid Pre-Release Train. The train version '1.1' is closed for new build submission.

But this version of my application is in the status of "Prepare for Submission" after the status "Developer rejected". I want to upload a new Build to replace the existing, but can not do it.

like image 548
Alexander Fedotov Avatar asked Oct 21 '22 01:10

Alexander Fedotov


1 Answers

Change the version number in iTunes Connect and build another archive with that new version number. It will pass validation and you'll be able to submit.

like image 69
Surpher Avatar answered Oct 23 '22 01:10

Surpher