KhalisFoundation / sundar-gutka-react

Other
10 stars 7 forks source link

Error while building locally in mac #86

Closed MySmilingTurban closed 2 years ago

MySmilingTurban commented 2 years ago

I ran "npx react-native run-ios" after all requisite steps

....
▸ Compiling main.m

❌  /Users/user210964/Downloads/sundar-gutka-react-master/ios/SundarGutka/AppDelegate.h:8:9: 'React/RCTBridgeDelegate.h' file not found

#import <React/RCTBridgeDelegate.h>
    ^

▸ Compiling SundarGutka_vers.c
▸ Compiling AppDelegate.m

❌  /Users/user210964/Downloads/sundar-gutka-react-master/ios/SundarGutka/AppDelegate.h:8:9: 'React/RCTBridgeDelegate.h' file not found

#import <React/RCTBridgeDelegate.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~

▸ Building library libPods-SundarGutkaTests.a
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening SundarGutka.xcworkspace.

Please guide