Skip to content

fix: resolve on "BUILD SUCCEEDED" stdout in buildProject.js#2769

Open
azizbecha wants to merge 1 commit intoreact-native-community:mainfrom
azizbecha:fix/xcodebuild
Open

fix: resolve on "BUILD SUCCEEDED" stdout in buildProject.js#2769
azizbecha wants to merge 1 commit intoreact-native-community:mainfrom
azizbecha:fix/xcodebuild

Conversation

@azizbecha
Copy link
Collaborator

Summary

closes #2768

Test Plan

All tests passing.

Checklist

  • Documentation is up to date.
  • Follows commit message convention described in CONTRIBUTING.md.
  • For functional changes, my test plan has linked these CLI changes into a local react-native checkout (instructions).

@thymikee
Copy link
Member

Can you reproduce this? not sure if killing the process early is the correct thing to do, as Xcode may run multiple tasks (e.g. when doing multiple destinations) – and IIRC it may produce multiple build failure messages (per destination) and maybe also success message, but not sure about it. Would be great to verify

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

xcodebuild hangs after BUILD SUCCEEDED on Xcode 26.2+ / macOS 26.3

2 participants

Comments