On iOS 15 screens with a bezel, there is a problem with the text in the status bar changing from light to dark after switching from the background to the foreground. Occurs when the screen is in light mode, but works fine in dark mode and notch screens. There was no problem up to iOS14, is there a solution?
I had this issue with my project. I resolved it by removing completely my existing Launch Screen from the project and completely recreating it from scratch - using File > New > File > Launch Screen. Do not just copy one from another project as a workaround either. Thankfully my Launch Screen is simple to recreate. I've found in the past that new versions of iOS are extremely sensitive to Launch Screens from older projects. My Light Content status bar style now works consistently, and sometimes my app would not properly reinstantiate under iOS 15 when bringing the app back from the background - these issues have both now been resolved. Of course also ensure that you choose the new Launch Screen from the dropdown under [Target] / General / Launch Screen File.