Skip to content

Commit 3d2c63d

Browse files
committed
fix(firestore): Attempt to fix CI by explicitly selecting Xcode 16.4
The Firestore CI has been failing with an error that suggests Xcode is confused about which iPhone 16 simulator to use. This commit attempts to resolve the issue by explicitly selecting Xcode 16.4 before the build step. It's not guaranteed that this will solve the problem, but it's a likely candidate for the root cause.
1 parent 444a388 commit 3d2c63d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/firestore.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,9 @@ jobs:
375375

376376
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
377377

378+
- name: Select Xcode
379+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
380+
378381
- name: Setup build
379382
run: scripts/install_prereqs.sh Firestore ${{ matrix.target }} xcodebuild
380383

0 commit comments

Comments
 (0)