`React/RCTBridgeModule.h` file not found

后端 未结 21 2347
执笔经年
执笔经年 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:47

    For me didn't work any from the above solutions and below it is what worked (I had already checked out Parallelize Build and added React)

    1. Open XCode --> To Libraries add `$LibraryWhichDoesNotWork.xcodeproj$`
    2. Then for your app in the `Build Phases` add to the `Link Binary with Libraries` the file `lib$LibraryWhichDoesNotWork$.a`
    

提交回复
热议问题