📣 The first beta of Control Room 3.0 is out now! Control Room is a large, open-source, and community-powered app for manipulating the iOS Simulator in all sorts of ways – adjusting the clock, network status, location, accessibility settings, and more. https://github.com/twostraws/ControlRoom
Work around the status_bar issues on simulators running 16.1+. by yilei · Pull Request #165 · twostraws/ControlRoom

Since 16.1, xcrun simctl status_bar commands have no effect. Thanks to @saagarjha's info here we have a workaround by setting the environment variable SIMCTL_CHILD_SIMULATOR_RUNTIME_VERSION=16.0 wh...

GitHub