We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46de7b0 commit e8d6980Copy full SHA for e8d6980
Rakefile
@@ -26,7 +26,7 @@ puts "TV_DEVICE_MODEL: #{tv_device_model}"
26
puts "WATCH_OS_VERSION: #{watchos_version}"
27
puts "WATCH_DEVICE_MODEL: #{watch_device_model}"
28
29
-ios_simulator = "platform=\"iOS Simulator\",name=\"#{ios_device_model}\",OS=\"#{ios_version}\""
+ios_simulator = "platform=\"iOS Simulator\",arch:arm64,name=\"#{ios_device_model}\",OS=\"#{ios_version}\""
30
tvos_simulator = "platform=\"tvOS Simulator\",name=\"#{tv_device_model}\",OS=\"#{tvos_version}\""
31
watchos_simulator = "platform=\"watchOS Simulator\",name=\"#{watch_device_model}\",OS=\"#{watchos_version}\""
32
0 commit comments