Fix CI: add explicit xcodebuild destinations and update Xcode matrix (#1594)

- Add explicit -destination flags to build.sh — newer Xcode versions no
  longer auto-select a build destination, causing "Found no destinations
  for the scheme" errors
- Update CI matrix to Xcode 16.4 and 26.2 — Xcode 16.0-16.3 simulator
  runtimes are no longer installed on the macos-15 runner image
- Add PRODUCT_BUNDLE_IDENTIFIER to ExternalTarget fixture — Xcode 26.x
  requires a bundle identifier for embedded frameworks

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Yonas Kolb
2026-02-15 23:57:14 +11:00
committed by GitHub
co-authored by Claude Opus 4.6
parent d35562f4ab
commit 140cd5ee65
5 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
name: Xcode ${{ matrix.xcode }}
strategy:
matrix:
xcode: ["16.0", "16.3"]
xcode: ["16.4", "26.2"]
env:
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
steps: