Error on upload/submission: UIUserInterfaceStyle can't be 'light'.

As usual, it worked yesterday.

We get the following error on uploading our app to the app store using Xcode Organizer:

ERROR ITMS-90785: "UIUserInterfaceStyle can't be 'light'. It can only be 'Light', 'Dark', or 'Automatic'."

This seems to be a new error, because it worked last time and I can't find any web results.

We also set the UIUserInterfaceStyle to 'Light' in our Info.plist files (for the app target, the today widget extension target, but not for the watch app target because it's not supported) but the error remains.


Any solutions for that?

Replies

Here's a screenshot:

(Unfortunately the screenshot is only visible when editing this post. oO)

It's case-sensitive.

Use "Light" instead of "light".

I had the same problem. not able to solve for now...
it's looks like easy but the upload fails...

In Xcode, open info.plist as source code, then add

solved for me.