Asset validation failed (90066) Invalid MinimumOSVersion. The value for the Info.plist key MinimumOSVersion could not be parsed .

upload app to app store, show the issure beloew: "Asset validation failed (90066) Invalid MinimumOSVersion. The value for the Info.plist key MinimumOSVersion could not be parsed . (ID: a19d87a5-34eb-4616-88f9-442f8be8417d)"

env: xcode14.2 + M1 tool: transport

Replies

What does the MinimumOSVersion key in your Info.plist look like?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Same issue, Xcode 14.1

Info.plist in archive is

<key>MinimumOSVersion</key> <string>14.0</string>