`React/RCTBridgeModule.h` file not found

后端 未结 21 2273
执笔经年
执笔经年 2020-11-30 00:31

Getting this error while building a react-native iOS app on xcode.

Started getting this error after npm install and rpm linking react-native-fs library. But

21条回答
  •  迷失自我
    2020-11-30 01:00

    I was able to build a debug, but I was unable to build an archive.

    I solved this issue by dragging React.xcodeproj found in /node_modules/react-native/React to my root directory in Xcode, then added React as a target dependancy in build phases > target dependencies.

提交回复
热议问题