Commit 140cd5e
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>1 parent d35562f commit 140cd5e
5 files changed
Lines changed: 16 additions & 9 deletions
File tree
- .github/workflows
- Tests/Fixtures/TestProject
- AnotherProject
- AnotherProject.xcodeproj
- Project.xcodeproj
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| 345 | + | |
345 | 346 | | |
346 | 347 | | |
347 | 348 | | |
| |||
452 | 453 | | |
453 | 454 | | |
454 | 455 | | |
| 456 | + | |
455 | 457 | | |
456 | 458 | | |
457 | 459 | | |
| |||
474 | 476 | | |
475 | 477 | | |
476 | 478 | | |
| 479 | + | |
477 | 480 | | |
478 | 481 | | |
479 | 482 | | |
| |||
496 | 499 | | |
497 | 500 | | |
498 | 501 | | |
| 502 | + | |
499 | 503 | | |
500 | 504 | | |
501 | 505 | | |
| |||
657 | 661 | | |
658 | 662 | | |
659 | 663 | | |
| 664 | + | |
660 | 665 | | |
661 | 666 | | |
662 | 667 | | |
| |||
703 | 708 | | |
704 | 709 | | |
705 | 710 | | |
| 711 | + | |
706 | 712 | | |
707 | 713 | | |
708 | 714 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3522 | 3522 | | |
3523 | 3523 | | |
3524 | 3524 | | |
3525 | | - | |
| 3525 | + | |
3526 | 3526 | | |
3527 | 3527 | | |
3528 | 3528 | | |
| |||
4220 | 4220 | | |
4221 | 4221 | | |
4222 | 4222 | | |
4223 | | - | |
| 4223 | + | |
4224 | 4224 | | |
4225 | 4225 | | |
4226 | 4226 | | |
| |||
6058 | 6058 | | |
6059 | 6059 | | |
6060 | 6060 | | |
6061 | | - | |
| 6061 | + | |
6062 | 6062 | | |
6063 | 6063 | | |
6064 | 6064 | | |
| |||
6655 | 6655 | | |
6656 | 6656 | | |
6657 | 6657 | | |
6658 | | - | |
| 6658 | + | |
6659 | 6659 | | |
6660 | 6660 | | |
6661 | 6661 | | |
| |||
6856 | 6856 | | |
6857 | 6857 | | |
6858 | 6858 | | |
6859 | | - | |
| 6859 | + | |
6860 | 6860 | | |
6861 | 6861 | | |
6862 | 6862 | | |
| |||
7259 | 7259 | | |
7260 | 7260 | | |
7261 | 7261 | | |
7262 | | - | |
| 7262 | + | |
7263 | 7263 | | |
7264 | 7264 | | |
7265 | 7265 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
0 commit comments