I'm having error that no '/ios/main.jsbundle' present after react-native upgrade. Android works well.I discovered that 'main.jsbundle' generated in 'react-native-xcode.sh' but only for prod build.
But how it works in dev mode? Can't find place where it generates for dev mode.
There is nothing in documentation. I suppose it stored in some other place.
Also tried to test it on new empty project - 'main.jsbundle' not generated at all but app works without an error " no main.jsbundle present in /ios/".
Please help me understand where this file generated? Or maybe it some legacy code?
I'm using react-native 0.62.2, platform - iOS.
Thank you.