Environment
Description
With XCode 27, the Simulator.app has been renamed to Device Hub. Running react-native run-ios now fails to start the simulator app and crashes the CLI straight away.
Logs:
info Found booted iPhone 17 Pro, Some iPhone
The file /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app does not exist.
error Command failed: open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app -
-args -CurrentDeviceUDID 156DD4DB-592F-4475-971D-319E8700CFD0
The file /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app does not exist.
.
Error: Command failed: open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app
--args -CurrentDeviceUDID 156DD4DB-592F-4475-971D-319E8700CFD0
The file /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app does not exist.
Reproducible Demo
Download Xcode 27, run react-native run-ios
Environment
Description
With XCode 27, the Simulator.app has been renamed to
Device Hub. Runningreact-native run-iosnow fails to start the simulator app and crashes the CLI straight away.Logs:
Reproducible Demo
Download Xcode 27, run
react-native run-ios