React Native / Xcode Upgrade and now RCTConvert.h not found

前端 未结 10 2535
面向向阳花
面向向阳花 2020-11-28 05:03

App ran fine on React Native 0.35.0. After updating to 0.40.0 via react-native-git-upgrade I get a number of lexical/preprocessor issues when trying to build/ru

10条回答
  •  独厮守ぢ
    2020-11-28 05:27

    Update from

    import "RCT/BridgeModule.h"

    to

    import "React/RCT/BridgeModule.h"

    the clean and build.

    Although, I have not tested it, I suspect if I made no changes and just clean and build it would have done the trick.

提交回复
热议问题