The issue is related to cocoapods dependency manager. Do the following to fix this:
- Open the terminal and go to your project
iosdirectory - Type in
pod init(If it doesn’t exist) and thenpod install - Open the workspace project and delete the build from ios folder
- Run
react-native run-iosfrom terminal.
It should work now.