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
ci: keep the raw xcodebuild log from the macOS test app build
When a script phase fails, xcbeautify prints the failure summary but not
the phase's own output, and its stdout is block-buffered through the pipe,
so the tail of the build never reaches the job log either. A failing
archive then leaves nothing to diagnose. Tee the raw xcodebuild output to
a file and upload it as an artifact when the job fails.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments