-1
After creating an React Native project by the "React-Native init project" command and running cmd "React-Native run-Ios" to run the project I got this error "'React/Rctbridgedelegate. h' file not found" on macos. I have Xcode 10.2.1.
-1
After creating an React Native project by the "React-Native init project" command and running cmd "React-Native run-Ios" to run the project I got this error "'React/Rctbridgedelegate. h' file not found" on macos. I have Xcode 10.2.1.
0
Maybe it is the fault of the 'pod install' command at React-Native init.
Solution:
- Installing the Cocoa Pods
sudo gem install cocoapods
In your Project Folder
cd ios && pod install
Finally remove the paste
ios/build
and compile again
Browser other questions tagged react-native xcode
You are not signed in. Login or sign up in order to post.