During the building of react native project. The app launched on the simulator, but after that getting a issue like this 'Termination Reason: DYLD 1 Library missing'
also attached the screenshot for the issue.
Happened with me when I was working on react-native 0.70.0.
Follow these steps to fix that:
Targets
> Build Phases
> Link Binary With Libraries
> Click on the +
symbol and add the following:Product
> Clean Build Folder
Your App should work fine now.