I got this resolved using fastlane and the remove rest service commands, this is what claude code then did:
If your macOS (or iOS) version is stuck in "Ready for Review" with no Add for Review and no Remove button, and fastlane deliver keeps failing with "You cannot create a new version of the App in the current state", the cause is usually an older review submission still open in state UNRESOLVED_ISSUES — a rejected submission that was never closed; it pins the version in READY_FOR_REVIEW, which is not in spaceship's editable-state filter, so deliver can't see the version and tries to create a new one. Cancelling that submission via the App Store Connect API (ReviewSubmission#cancel_submission, i.e. PATCH /v1/reviewSubmissions/{id} with canceled: true) moves it to COMPLETE and drops the version to DEVELOPER_REJECTED, after which both the App Store Connect buttons and fastlane deliver work again.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags: