“RCTBundleURLProvider.h” file not found - AppDelegate.m

后端 未结 26 1437
遇见更好的自我
遇见更好的自我 2020-12-04 06:29

I am trying to run my React Native app in XCode and I keep getting this error. I cannot figure out how to resolve the issue. Any suggestions?

Screen Shot of Error in

26条回答
  •  清歌不尽
    2020-12-04 07:18

    Try the following:

    1. Clean (cmd+shift+K).
    2. Build core React - select React as the scheme in Xcode and build it (cmd+B).
    3. Build the library that is failing (e.g. RCTText).
    4. Build your app.

提交回复
热议问题