[CP Staging] [No QA] Stop downloading react-native dSYMs in the deploy iOS build - #100507
Merged
Merged
Conversation
melvin-bot
Bot
requested review from
thelullabyy
and removed request for
a team
September 7, 2026 12:26
|
@thelullabyy Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Contributor
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppAndroid: mWeb ChromeiOS: HybridAppiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
Contributor
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
OSBotify
pushed a commit
that referenced
this pull request
Sep 7, 2026
[CP Staging] [No QA] Stop downloading react-native dSYMs in the deploy iOS build (cherry picked from commit 6e4f25c) (cherry-picked to staging by mountiny)
Contributor
|
🚀 Cherry-picked to staging by https://github.com/mountiny in version: 9.4.73-1 🚀
|
42 tasks
43 tasks
Contributor
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.4.73-3 🚀
Bundle Size Analysis (Sentry): |
Contributor
|
🚀 Cherry-picked to staging by https://github.com/mountiny in version: 9.4.74-0 🚀
|
Contributor
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.4.74-2 🚀
|
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.
Explanation of Change
The 9.4.73-0 staging deploy failed to upload the iOS build to TestFlight.
altoolrejected the IPA:This removes
download-dsyms: truefrom theiosBuildjob in.github/workflows/deploy.ymlso the next staging deploy can reach TestFlight.That flag sets
RCT_SYMBOLICATE_PREBUILT_FRAMEWORKS=1, which makes react-native'sprocess_dsyms(innode_modules/react-native/scripts/cocoapods/rncore.rb) copy each dSYM slice inside the framework itself, atReact.xcframework/<slice>/React.framework/dSYMs/React.framework.dSYM.React.frameworkis a dynamic framework, so[CP] Embed Pods Frameworkscopies that whole directory intoExpensify.app/Frameworks/.scripts/strip-ios-debug-symbols.shstrips the framework binary but never removes thedSYMsdirectory, and nothing else does. Apple rejects any standalone executable in the bundle, and theDWARF/Reactfile inside the dSYM is one.The
download-dsymsinput onbuildIOS.ymlalready defaults tofalse, so dropping the line restores the previous behaviour.buildAdHoc.ymlandverifyHybridApp.ymlkeep the flag, because neither uploads to the App Store and so neither goes throughaltoolvalidation.The cost is that Sentry loses symbolication for react-native native frames again. #100506 tracks re-enabling dSYMs behind a payload cleanup that keeps the symbols out of the IPA.
Fixed Issues
$ #100506
PROPOSAL:
Tests
This changes a GitHub Actions workflow only, so it cannot be tested locally. It is verified by the deploy itself.
Build iOS HybridAppjob passes.Upload iOS to TestFlightjob passes, and that itsUpload release build to TestFlightstep reports noInvalid bundle structureerror.Offline tests
Not applicable. This changes CI configuration only and has no runtime behaviour.
QA Steps
Same as tests. No user facing change, so there is nothing for QA to verify in the app itself.
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)Avatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Not yet tested — needs manual QA.
Android: mWeb Chrome
Not yet tested — needs manual QA.
iOS: Native
Not yet tested — needs manual QA.
iOS: mWeb Safari
Not yet tested — needs manual QA.
MacOS: Chrome / Safari
Not yet tested — needs manual QA.