Skip to content

Commit ea8123a

Browse files
authored
Update the info on watchOS simulator version
1 parent 30a7ac7 commit ea8123a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def get_simulator_command(run_os, run_cpu):
106106
if run_cpu == "i386":
107107
if min(darwin_get_watchos_sim_vers()) > 6.2:
108108
print("ERROR: Your system does not have a 32-bit watchOS simulator installed.")
109-
print("INFO: 1. Install watchOS 6.2 or older simulator (Xcode -> Preferences -> Components -> Simulators).")
109+
print("INFO: 1. Install watchOS 6.2.1 simulator (Xcode -> Preferences -> Components -> Simulators).")
110110
print("INFO: 2. Create a 32-bit watchOS device. Run:")
111111
print("INFO: $ xcrun simctl create 'Apple Watch Series 2 - 42mm' com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-42mm com.apple.CoreSimulator.SimRuntime.watchOS-6-2")
112112
sys.exit(1)

0 commit comments

Comments
 (0)