`React/RCTBridgeModule.h` file not found

后端 未结 21 2291
执笔经年
执笔经年 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 00:39

    anhdevit's suggestion in https://github.com/facebook/react-native/issues/24363#issuecomment-488547280 worked for me:

    In your terminal, run: defaults delete com.apple.dt.Xcode

提交回复
热议问题