网上google搜到的, 关于"不使用暗黑模式"的解决办法都是:
iOS13 不使用暗黑模式这是写法确实是有效的,但是上传appstore提交审核,会报错App Store Connect Operation Error ERROR ITMS-90785:

App Store Connect Operation Error ERROR ITMS-90785: “UIUserInterfaceStyle can’t be ‘UIUserInterfaceStyleLight’. It can only be ‘Light’, ‘Dark’, or ‘Automatic’. Learn more (https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html#//apple_ref/doc/uid/TP40009252-SW44).”

从字面上意思是UIUserInterfaceStyle不能为UIUserInterfaceStyleLight模式,应该为Light或者Dark,或者Automatic模式

解决办法: 值改为"Light"、“Dark”、"Automatic"即可:
iOS13 不使用暗黑模式

相关文章:

  • 2021-06-21
  • 2021-04-05
  • 2021-10-12
  • 2021-04-27
  • 2022-12-23
  • 2021-04-01
  • 2021-07-18
猜你喜欢
  • 2022-12-23
  • 2021-04-19
  • 2021-12-02
  • 2021-12-15
  • 2022-12-23
  • 2021-08-20
  • 2021-08-29
相关资源
相似解决方案