Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status bar management doesn’t work on iOS 16.1 and newer #171

Open
debug45 opened this issue Aug 19, 2023 · 1 comment
Open

Status bar management doesn’t work on iOS 16.1 and newer #171

debug45 opened this issue Aug 19, 2023 · 1 comment

Comments

@debug45
Copy link

debug45 commented Aug 19, 2023

If I manage the system status bar, it doesn’t work on iOS 16.1 and all newer versions. For example, when I try to change visible levels of cellular and Wi-Fi signal or visible current time. But if I check it on an iOS 16.0 simulator, everything works properly.

@dvkch
Copy link

dvkch commented Sep 25, 2023

I was just checking here to see if ControlRoom had a fix for this bug since it persists for iOS 17.0, but instead i'll add some of the information I've gathered on that subject.

This is an Xcode/iOS simulator bug, as documented here https://mastodon.social/@saagar@saagarjha.com/110247648243275098

If you close all simulators and then boot the one you'd like with SIMCTL_CHILD_SIMULATOR_RUNTIME_VERSION=16.0 xcrun simctl boot DEVICE_ID, you can get iOS 16.1 -> 16.4 to support status bar customization. This doesn't seem to work for iOS 17.0.

It's definitely not the best, I guess we'll have to wait for Apple to fix this, hopefully soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants