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 7f6cfdf commit 88ddb7cCopy full SHA for 88ddb7c
.github/workflows/xcode_select.sh
@@ -11,6 +11,10 @@ echo "Printing available simulators"
11
12
xcrun simctl list devices
13
14
+echo "[TEMP] CREATE SIMS"
15
+
16
+xcrun simctl create 'MR_TEST_iPhone 16_18.2' 'iPhone 16' 'com.apple.CoreSimulator.SimRuntime.iOS-18-2'
17
18
echo "Generating bazelrc"
19
20
# Enable remote cache for all Github Action builds
0 commit comments