I have just upgraded my Xcode to 12 beta. I have tried to override the status bar on the simulator using this command:
xcrun simctl status_bar 52B135BF-F549-4684-A959-914499AB3296 override --time '9:41' --batteryState charged --batteryLevel 100;
This command works on the previous version. However, it doesn't work anymore. Does anyone know how to fix this?