ControlRoom icon indicating copy to clipboard operation
ControlRoom copied to clipboard

Setting time is not working for Apple Watch simulator

Open jsplashindia opened this issue 4 years ago • 3 comments

Setting a custom time for the Apple Watch simulator is not working.

Screenshot 2020-02-29 at 10 32 20 AM

jsplashindia avatar Feb 29 '20 05:02 jsplashindia

I think this is because simctl can't, when I tried for example running xcrun simctl status_bar booted override --time "10:09 AM" with only an Apple Watch simulator running then nothing happened. I filed this in Feedback Assistant (FB7671440), if you can reproduce it on your end too can you duplication the submission so that it rises on Apple's priority list?

AustinConlon avatar Apr 27 '20 01:04 AustinConlon

It looks like this also broke with Xcode Version 14.1 (14B47b) for iPhone simulators too.

My duplicate feedback for watchOS: FB11859744 - Simulator: watchOS simulator not responding to simctl set time

New for iOS: FB11859751 - Simulator: iOS simulator not responding to simctl set time

edorphy avatar Dec 08 '22 01:12 edorphy

As a workaround launch the simulator with the following environment variable: SIMCTL_CHILD_SIMULATOR_RUNTIME_VERSION=16.0 xcrun simctl boot "iPhone 14 Pro"

More information here, thanks to @saagarjha.

ghost avatar Jul 31 '23 12:07 ghost