I keep getting IOS build for production errors due to version being stuck.
I have an already deployed in production version in appstore. now i am trying to release anewer version . I always build from GIT store. here is what I get:
<body style="background-color:#14161C">
<style>
body {
color:#C8C8C8;
overflow-x: hidden;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
font-family: monaco;
}
h4 {
margin-bottom: 4px;
font-weight: bold;
color: #DF3F3F;
}
</style>
<h4>Failed Step: Publishing</h4>
<div style="white-space: pre-wrap;line-height: 1.5">
== Gathering artifacts ==
== Publishing artifacts ==
Publishing artifact AnchorSafe.ipa
Publishing AnchorSafe.ipa to App Store Connect
<span style="color:#268BD2">> app-store-connect publish --path /Users/builder/clone/build/ios/ipa/AnchorSafe.ipa --key-id ******** --issuer-id ******** --private-key @env:APP_STORE_CONNECT_PUBLISHER_PRIVATE_KEY --altool-additional-arguments '"--use-old-altool"'</span>
<span style="color:#268BD2">Publish "/Users/builder/clone/build/ios/ipa/AnchorSafe.ipa" to App Store Connect</span>
App name: AnchorSafe
Bundle identifier: com.canalitech.anchorsafe
Certificate expires: 2026-04-23T17:02:05.000+0000
Distribution type: App Store
Min OS version: 14.0.0
Provisioned devices: N/A
Provisions all devices: No
Supported platforms: iPhoneOS
Version code: 24
Version: 1.4.1
<span style="color:#268BD2">Upload "/Users/builder/clone/build/ios/ipa/AnchorSafe.ipa" to App Store Connect</span>
Running altool at path '/Applications/Xcode-26.0.app/Contents/SharedFrameworks/ContentDelivery.framework/Resources/altool'...
26.0.18 (170018)
Running altool at path '/Applications/Xcode-26.0.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Frameworks/AppStoreService.framework/Support/altool'...
2025-12-03 13:21:49.644 ERROR: [altool.600000324180] [ContentDelivery.Uploader.600000324180]
=======================================
UPLOAD FAILED with 2 errors
=======================================
{"tool-version":"9.101.26101","tool-path":"\/Applications\/Xcode-26.0.app\/Contents\/SharedFrameworks\/ContentDeliveryServices.framework\/Versions\/A\/Frameworks\/AppStoreService.framework","os-version":"15.7.0","product-errors":[{"message":"Validation failed","userInfo":{"NSUnderlyingError":"Error Domain=IrisAPI Code=-19241 \"Validation failed\" UserInfo={status=409, detail=Invalid Pre-Release Train. The train version '1.4.1' is closed for new build submissions, id=e2a3a00e-53dd-421d-b9aa-e1cddf46c187, code=STATE_ERROR.VALIDATION_ERROR, title=Validation failed, NSLocalizedFailureReason=Invalid Pre-Release Train. The train version '1.4.1' is closed for new build submissions, NSLocalizedDescription=Validation failed}","NSLocalizedDescription":"Validation failed","iris-code":"STATE_ERROR.VALIDATION_ERROR","NSLocalizedFailureReason":"Invalid Pre-Release Train. The train version '1.4.1' is closed for new build submissions (ID: e2a3a00e-53dd-421d-b9aa-e1cddf46c187)"},"code":409},{"message":"Validation failed","userInfo":{"NSUnderlyingError":"Error Domain=IrisAPI Code=-19241 \"Validation failed\" UserInfo={status=409, detail=This bundle is invalid. The value for key CFBundleShortVersionString [1.4.1] in the Info.plist file must contain a higher version than that of the previously approved version [1.4.1]. Please find more information about CFBundleShortVersionString at https:\/\/developer.apple.com\/documentation\/bundleresources\/information_property_list\/cfbundleshortversionstring, id=57f599fc-58c1-4be9-a6b4-4b2b2fbc51b1, code=STATE_ERROR.VALIDATION_ERROR, title=Validation failed, NSLocalizedFailureReason=This bundle is invalid. The value for key CFBundleShortVersionString [1.4.1] in the Info.plist file must contain a higher version than that of the previously approved version [1.4.1]. Please find more information about CFBundleShortVersionString at https:\/\/developer.apple.com\/documentation\/bundleresources\/information_property_list\/cfbundleshortversionstring, NSLocalizedDescription=Validation failed}","NSLocalizedDescription":"Validation failed","iris-code":"STATE_ERROR.VALIDATION_ERROR","NSLocalizedFailureReason":"This bundle is invalid. The value for key CFBundleShortVersionString [1.4.1] in the Info.plist file must contain a higher version than that of the previously approved version [1.4.1]. Please find more information about CFBundleShortVersionString at https:\/\/developer.apple.com\/documentation\/bundleresources\/information_property_list\/cfbundleshortversionstring (ID: 57f599fc-58c1-4be9-a6b4-4b2b2fbc51b1)"},"code":409}]}
<span style="color:#D30102">Failed to upload archive at "/Users/builder/clone/build/ios/ipa/AnchorSafe.ipa":</span>
<span style="color:#D30102">Validation failed</span>
<span style="color:#D30102">Validation failed</span>
<span style="color:#D30102">Failed to publish /Users/builder/clone/build/ios/ipa/AnchorSafe.ipa</span>
Failed to publish AnchorSafe.ipa to App Store Connect.
Build failed :|
Publishing failed :|
Failed to publish AnchorSafe.ipa to App Store Connect.
</div>
</body>