I need to override the status bar display time for Apple Watch simulator, so I can take screenshots with the time - 10:09. I am using this command in the terminal to do this but it is not working as expected. The command works fine for iOS simulator though.
xcrun simctl status_bar "Apple Watch Series 5 - 44mm" override --time "10:09"
I do have a simulator with that name (Apple Watch Series 5 - 44mm) running.
How can I override the time for Apple Watch simulator?
Simulator version: Version 11.3.1 (SimulatorApp-912.5.1 SimulatorKit-570.3 CoreSimulator-681.17.2)
xcrun simctl status_bar "Apple Watch Series 5 - 44mm" list
to take a look at the current settings, as a result, u'll see that, even the time set byxcrun simctl status_bar "Apple Watch Series 5 - 44mm" override --time "10:09"
succeeded, the simulator doesn't update the time label. Anyway, hope it supports in the future. – Yehudit