ITMS-90899 : how to select macOS 12.4 or macOS 12.5 when submitting iOS app

I received this message when submitting my app :

ITMS-90899: Apple silicon Mac support issue - The app is not compatible with the provided minimum macOS version of 12.4. It can run on macOS 13.0 or later. Please specify an LSMinimumSystemVersion value of 13.0 or later in a new build, or select a compatible version in App Store Connect.

There is now possibility to select macOS 12.5, 12.5 or even 13 with xCode 13.4.1 and on Apple Store Connect The app is running correctly on macOS 12.5.1 (but even this version is not selectable)

Can someone help me understand.

Answered by Ptit-Xav in 724697022

I could find a way to suppress the warning by adding LSMinimumSystemVersion : 12.3 in Info.plist. It seems that the one specified in xCode in info tab is not used. For information, it is a SwiftUI app with MacCatalyst activated (optimised for Mac) with minimum 12.3 in info tab.

I agree. This warning makes no sense. But I have been ignoring for the last couple updates to my app and it has been uploaded to the AppStore without issue.

Accepted Answer

I could find a way to suppress the warning by adding LSMinimumSystemVersion : 12.3 in Info.plist. It seems that the one specified in xCode in info tab is not used. For information, it is a SwiftUI app with MacCatalyst activated (optimised for Mac) with minimum 12.3 in info tab.

ITMS-90899 : how to select macOS 12.4 or macOS 12.5 when submitting iOS app
 
 
Q