Hi Apple Developer Support team,
We are encountering a validation failure when uploading an iOS app build to App Store Connect.
The upload fails with the following error:
Validation failed
This bundle is invalid. The value provided for the key MinimumOSVersion '12.0' is not acceptable.
(ID: 9a27ff00-bf7c-4c8d-9980-f11f7ea6430f)
Additional error details:
Error Domain=IrisAPI Code=-19241 "Validation failed"
UserInfo={
status=409,
detail=This bundle is invalid. The value provided for the key MinimumOSVersion '12.0' is not acceptable.,
id=9a27ff00-bf7c-4c8d-9980-f11f7ea6430f,
code=STATE_ERROR.VALIDATION_ERROR,
title=Validation failed,
NSLocalizedFailureReason=This bundle is invalid. The value provided for the key MinimumOSVersion '12.0' is not acceptable.,
NSLocalizedDescription=Validation failed
}
Our app’s deployment target is set to iOS 12.0, and the generated bundle contains:
MinimumOSVersion = 12.0
This value has been accepted in previous uploads, but the latest upload was rejected during validation.
Could you please help confirm:
- Is iOS 12.0 still an acceptable minimum deployment target for newly uploaded iOS app builds?
- Has there been any recent App Store Connect validation rule change related to
MinimumOSVersion? - Are there specific bundle types, SDK versions, or build settings that may cause
MinimumOSVersion = 12.0to be considered invalid?
Any guidance would be appreciated.
Thanks.
A minimum deployment target of iOS 12 is no longer supported. As documented by the Xcode support page, Xcode 26 and Xcode 27 support a deployment target of iOS 15. You should follow Xcode's minimum deployment target for your App Store uploads as your baseline, and use a more recent deployment target than that when you can.