Failed to find rctbridgemodule.h
Hey guys, i got this issue with xcode for my react-native project. My coworker updated our project to a new revision and updated react-native itself how he said. After that the IOS Build doesn't work like it used to.
Android is all set, everything works just as beautiful as before.
I tried to solve it with this solution: https://github.com/brentvatne/react-native-svgkit/issues/11
but it didn't work for me.
Just deleted and installed the node_modules a couple of times and reinstalled it using npm i
and npm install
.
But no success.
Would be a blessing if you could help me!