From 88ddb7cbf36afda9300b039d56edebd36b877f89 Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Mon, 27 Jan 2025 10:51:09 -0700 Subject: [PATCH] Create sim Signed-off-by: Matt Robinson --- .github/workflows/xcode_select.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/xcode_select.sh b/.github/workflows/xcode_select.sh index 510b725..07d2495 100755 --- a/.github/workflows/xcode_select.sh +++ b/.github/workflows/xcode_select.sh @@ -11,6 +11,10 @@ echo "Printing available simulators" xcrun simctl list devices +echo "[TEMP] CREATE SIMS" + +xcrun simctl create 'MR_TEST_iPhone 16_18.2' 'iPhone 16' 'com.apple.CoreSimulator.SimRuntime.iOS-18-2' + echo "Generating bazelrc" # Enable remote cache for all Github Action builds