Commit 32a0cb5
fix(build): Improve error for xcarchive/IPA uploads on non-ARM64
When users try to upload .xcarchive or .ipa files from a non-Apple
Silicon Mac (e.g. Intel-based Xcode Cloud), they get a confusing error
that only mentions Android formats (APK, AAB). The real reason is that
xcarchive/IPA processing is compile-time gated to ARM64 macOS.
Add a targeted check on non-ARM64 platforms that detects these file
extensions and returns a clear error explaining the Apple Silicon
requirement.
EME-951
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a0e91bf commit 32a0cb5
3 files changed
Lines changed: 29 additions & 0 deletions
File tree
- src/commands/build
- tests/integration
- _cases/build
- build
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
545 | 557 | | |
546 | 558 | | |
547 | 559 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
29 | 37 | | |
30 | 38 | | |
31 | 39 | | |
| |||
0 commit comments