'React/Rctbridgedelegate. h' file not found

Asked

Viewed 1,360 times

-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 answer

0

Maybe it is the fault of the 'pod install' command at React-Native init.

Solution:

  1. Installing the Cocoa Pods sudo gem install cocoapods
  2. In your Project Folder cd ios && pod install

  3. Finally remove the paste ios/build and compile again

Browser other questions tagged

You are not signed in. Login or sign up in order to post.