'Invalid Pre-Release Train. The train version '1.0' is closed for new build submissions

Xcode's organizer gives us this error message:

Invalid Pre-Release Train. The train version '1.0' is closed for new build submissions With error code STATE_ERROR.VALIDATION_ERROR.90186 for id 12abcb34-fdc5-6b7c-bf90-d589b9204aec

when sending a new build to App Store Connect in these cases:

  • 1st case: apps were in "waiting for review status", we have removed them from this status prior sending the new build (with a new build version)
  • 2nd case: Binary was rejected and we've tried to send a new build (with a new version too)

In all these cases, we've got this same message like the status of the app is still "in review" or "waiting for review". It's not a question of time because for some apps it is still the same problem 24h after having removed the apps from review. And since the apps have been removed from review, or rejected, there is no more previous builds in the build section.

What is the issue here and how can I fix it?



Solution 1:[1]

In my case Simple answer is when your iOS "Version" x.y is uploaded to production/app store or sent for review then you cannot upload that version again and it doesn't matter if you have changed "Build".

I dont know why xcode simple didn't ask to "Update application version as current version was sent for review already"

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Adeem