From 8aefdac50fef9bfc73f5cab28ed18f59bc468764 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sun, 16 Nov 2025 10:24:44 +0100 Subject: [PATCH] fix: use setupxcode with correct xcode version --- .github/workflows/build-apps.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-apps.yml b/.github/workflows/build-apps.yml index 3f3a72a6..83332fc7 100644 --- a/.github/workflows/build-apps.yml +++ b/.github/workflows/build-apps.yml @@ -191,6 +191,11 @@ jobs: - name: 🛠️ Generate project files run: bun run prebuild + - name: 🔧 Setup Xcode + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: "26.1" + - name: 🏗️ Setup EAS uses: expo/expo-github-action@main with: @@ -198,9 +203,6 @@ jobs: token: ${{ secrets.EXPO_TOKEN }} eas-cache: true - - name: 🔧 Select latest Xcode - run: sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer - - name: ⚙️ Ensure iOS SDKs installed run: xcodebuild -downloadPlatform iOS @@ -257,6 +259,11 @@ jobs: # - name: 🛠️ Generate project files # run: bun run prebuild:tv # + # - name: 🔧 Setup Xcode + # uses: maxim-lobanov/setup-xcode@v1 + # with: + # xcode-version: '26.1' + # # - name: 🏗️ Setup EAS # uses: expo/expo-github-action@main # with: @@ -264,9 +271,6 @@ jobs: # token: ${{ secrets.EXPO_TOKEN }} # eas-cache: true # - # - name: 🔧 Select latest Xcode - # run: sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer - # # - name: ⚙️ Ensure tvOS SDKs installed # run: xcodebuild -downloadPlatform tvOS #