From cbc01b7d0dd309a0d83518585d3f500a510dd7f1 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Thu, 5 Jun 2025 10:06:40 +0200 Subject: [PATCH 1/2] ci(apple): bump Xcode to build nightlies --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d0198b7d..60dc92b73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -160,6 +160,7 @@ jobs: platform: ios project-root: example cache-key-prefix: example + xcode-developer-dir: /Applications/Xcode_16.4.app/Contents/Developer - name: Set up react-native@nightly if: ${{ github.event_name == 'schedule' }} uses: ./.github/actions/setup-react-native @@ -218,6 +219,7 @@ jobs: platform: ios project-root: example cache-key-prefix: template-${{ matrix.template }} + xcode-developer-dir: /Applications/Xcode_16.4.app/Contents/Developer - name: Initialize test app uses: ./.github/actions/init-test-app with: @@ -351,6 +353,7 @@ jobs: platform: macos project-root: example cache-key-prefix: example + xcode-developer-dir: /Applications/Xcode_16.4.app/Contents/Developer - name: Set up react-native@canary if: ${{ github.event_name == 'schedule' }} uses: ./.github/actions/setup-react-native @@ -409,6 +412,7 @@ jobs: platform: macos project-root: example cache-key-prefix: template-${{ matrix.template }} + xcode-developer-dir: /Applications/Xcode_16.4.app/Contents/Developer - name: Initialize test app uses: ./.github/actions/init-test-app with: From 15a2baad4145c6fbe6b34a1d00faed0c87c0b643 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Thu, 5 Jun 2025 10:24:33 +0200 Subject: [PATCH 2/2] also build visionOS with Xcode 16.4 --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60dc92b73..030ba572d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -455,6 +455,7 @@ jobs: platform: visionos project-root: example cache-key-prefix: example + xcode-developer-dir: /Applications/Xcode_16.4.app/Contents/Developer - name: Set up react-native@nightly if: ${{ github.event_name == 'schedule' }} uses: ./.github/actions/setup-react-native @@ -508,6 +509,7 @@ jobs: platform: visionos project-root: example cache-key-prefix: template-${{ matrix.template }} + xcode-developer-dir: /Applications/Xcode_16.4.app/Contents/Developer - name: Initialize test app uses: ./.github/actions/init-test-app with: