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(rn): scope simulator log capture to app process only (#59)
The verify-app-running step was capturing all simulator logs then
scanning for crash patterns. This caused false failures when other
system apps (e.g. Apple News) crashed on the simulator. Filter log
capture with --predicate "process == ..." using IOS_APP_SCHEME.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments