You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collect framework dSYMs in test bundle debug dependencies (#2742)
This PR fixes dSYM collection for frameworks specified in the
`frameworks` attribute of `ios_ui_test` targets.
Currently, while framework binaries are properly made available to test
targets, their corresponding dSYM files are not collected in the test
bundle's debug symbol directory. This causes missing debug symbols when
debugging test failures that involve framework code.
The fix ensures that dSYMs from framework dependencies are included
alongside dSYMs from regular dependencies specified in the `deps`
attribute.
---------
Co-authored-by: Seweryn Plażuk <[email protected]>
0 commit comments