From b02f643e9e48b5d2c46d3efd176000cef55ba7de Mon Sep 17 00:00:00 2001 From: brainbicycle Date: Tue, 3 Oct 2023 15:51:01 -0400 Subject: [PATCH 1/2] try prebooting sim using macos orb --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a599a5843fb..4b476c158ef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,7 +92,7 @@ commands: - v18-pods-{{ checksum ".manifests/cocoapods" }} - run: name: Install Pods - command: cd ios; bundle exec pod check --ignore-dev-pods || bundle exec pod install; cd ..; + command: cd ios; bundle exec pod check --ignore-dev-pods || bundle exec pod install; cd ..;xr - save_cache: key: v18-pods-{{ checksum ".manifests/cocoapods" }} paths: @@ -391,6 +391,9 @@ jobs: - install-cocoapods - build-app-ios - macos/install-rosetta + - macos/preboot-simulator: + device: "iPhone 14 Pro" + version: "16.4" - run: name: Run tests if native code has changed command: ls xcode_test_raw.log || ./scripts/ci-test-ios From c8222359e3e39268ff08928fb4d6848d40bf0e89 Mon Sep 17 00:00:00 2001 From: brainbicycle Date: Tue, 3 Oct 2023 15:54:45 -0400 Subject: [PATCH 2/2] whoops --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4b476c158ef..b23431b1a63 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,7 +92,7 @@ commands: - v18-pods-{{ checksum ".manifests/cocoapods" }} - run: name: Install Pods - command: cd ios; bundle exec pod check --ignore-dev-pods || bundle exec pod install; cd ..;xr + command: cd ios; bundle exec pod check --ignore-dev-pods || bundle exec pod install; cd ..; - save_cache: key: v18-pods-{{ checksum ".manifests/cocoapods" }} paths: