File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def get_simulator_command(run_os, run_cpu):
106
106
if run_cpu == "i386" :
107
107
if min (darwin_get_watchos_sim_vers ()) > 6.2 :
108
108
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)." )
110
110
print ("INFO: 2. Create a 32-bit watchOS device. Run:" )
111
111
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" )
112
112
sys .exit (1 )
You can’t perform that action at this time.
0 commit comments