I'm trying to submit IOS application to an apple store for review process at that time I'm getting error like this:
ERROR ITMS-90190: "Invalid Info.plist Key. The key 'UIUserInterfaceStyle' in the Payload/brownie.appInfo.plist file is not valid."
I have set force lite mode (Opting out of dark mode) by the following code writes in info.plist
<key>UIUserInterfaceStyle</key>
<string>Light</string>
I am getting solution from forums.developer.apple.com
If you build your app with Xcode 11, the error will not appear. And successfully upload application to the apple store.