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
For me replacing
#import #import
by
in AppDelegate.m file worked.