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

后端 未结 26 1448
遇见更好的自我
遇见更好的自我 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:02

    The solution that works for me is to share React scheme.

    If you don't have React scheme, create new one by Selecting scheme menu -> Manage Scheme -> + -> choose React, then mark React scheme as Shared

    Also, if you use Xcode 10, go to File -> Project Settings and select Legacy build system

提交回复
热议问题