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

前端 未结 10 2577
面向向阳花
面向向阳花 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:26

    If you use pod, maybe you can try this solution:

    Go to Header Search Paths: Pods -> TARGETS -> (YOUR TARGET, like my target is RNGL) -> Build Settings -> All -> Search Paths -> Header Search Paths

    add a path: "${PODS_ROOT}/Headers/Public/React" non-recursive

提交回复
热议问题