'' is not a recognized value for UIUserInterfaceStyle – Ios swift
I'm using <key>UIUserInterfaceStyle</key> <string>Light</string> to set the UI mode of my app to only ever be in Light mode. However, I keep getting this error: [UIInterfaceStyle] '' is not a recognized value for UIUserInterfaceStyle. Defaulting to Light. Because of this,…