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
fix: classify stderr warnings correctly and prioritize xcresult output
xcodebuild dumps warnings (e.g. "multiple matching destinations") to
stderr. These were indiscriminately tagged as errors, hiding actual test
failure details from xcresult parsing. Now stderr lines containing
WARNING get a warning prefix instead of error, and xcresult test
summaries appear before raw stderr output in the response.
Part of #231
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## [Unreleased]
4
+
5
+
### Fixed
6
+
7
+
- Fixed stderr warnings (e.g. "multiple matching destinations") being reported as errors, hiding actual test failures from xcresult output ([#231](https://github.com/getsentry/XcodeBuildMCP/issues/231))
0 commit comments