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.
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.