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
The solution that works for me is to share React scheme.
React
If you don't have React scheme, create new one by Selecting scheme menu -> Manage Scheme -> + -> choose React, then mark React scheme as Shared
Selecting scheme menu -> Manage Scheme -> + -> choose React
Also, if you use Xcode 10, go to File -> Project Settings and select Legacy build system
File -> Project Settings