I've successfully installed the application on my IOS device in which app is installed but didn't connect to metro but when I shake phone and open debug menu Connect to metro to debug JavaScript option is disable
I've untick below provided details Go to Xcode → Build Phases → “Bundle React Native code and images”
Then untick the checkbox labeled “For install builds only”.
This ensures the JavaScript bundle is included in all builds (not just install builds), which often resolves issues where the app launches with a red screen or can’t find the JS bundle in debug/release mode.
any solution regarding ios getting connected to metro bundler?