`React/RCTBridgeModule.h` file not found

后端 未结 21 2284
执笔经年
执笔经年 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条回答
  •  Happy的楠姐
    2020-11-30 00:42

    You just need to install pod, if pod file exists just type

    pod install
    

    if not: so first,

    pod init
    

    then,

    pod install
    

    in terminal. and you are good to go.

提交回复
热议问题