From bbb322b4f41c23b80b3bd2cb1720d3c5ac34f40c Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Wed, 9 Jul 2025 08:12:58 -0700 Subject: [PATCH] Fix bump-podfile-lock job by using Xcode 16.2 (#52513) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52513 We bumped the requirement for cocoapods to use Xcode 16.1 or greater. This job was not update and therefore it failed when releasing 0.81.0-rc.0. This change should fix it and it should be cherry picked in the release branch too. By default, the macos executor in github actions are using Xcode 15.2 ## Changelog [Internal] - Reviewed By: cortinico, fabriziocucci Differential Revision: D78008316 fbshipit-source-id: 4d05233ca3b936cf128400030328124c453963ea --- .github/workflows/bump-podfile-lock.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/bump-podfile-lock.yml b/.github/workflows/bump-podfile-lock.yml index cdaf01e2a79..80b726edfd5 100644 --- a/.github/workflows/bump-podfile-lock.yml +++ b/.github/workflows/bump-podfile-lock.yml @@ -18,6 +18,10 @@ jobs: run: | git config --local user.email "bot@reactnative.dev" git config --local user.name "React Native Bot" + - name: Setup xcode + uses: ./.github/actions/setup-xcode + with: + xcode-version: '16.2.0' - name: Extract branch name run: | TAG="${{ github.ref_name }}";