[build-tools] Handle ASC SDK version issue (90725)#3464
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3464 +/- ##
==========================================
- Coverage 53.62% 53.62% -0.00%
==========================================
Files 815 815
Lines 34622 34626 +4
Branches 7192 7194 +2
==========================================
+ Hits 18562 18564 +2
- Misses 15979 15981 +2
Partials 81 81 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1917875 to
1acd7fe
Compare
|
Subscribed to pull request
Generated by CodeMention |
hSATAC
approved these changes
Mar 16, 2026
2a96c42 to
461f11a
Compare
|
⏩ The changelog entry check has been skipped since the "no changelog" label is present. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
UNKNOWN submit failures include App Store Connect SDK compatibility error
90725.This should be surfaced as actionable EAS guidance (rebuild with newer iOS SDK/Xcode image) instead of generic unknown.
How
90725detection inupload_to_ascfailed-state handlingEAS_UPLOAD_TO_ASC_SDK_VERSION_ISSUEwith EAS-specific remediationisSdkVersionIssueErrorExamples
Test Plan
yarn --cwd packages/build-tools jest-unit src/steps/functions/__tests__/uploadToAsc.test.tsyarn --cwd packages/build-tools typecheckyarn fmt