-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run my first demo app shows me fatal error #25707
Comments
Thanks for submitting your issue. Can you take another look at your description and make sure the issue template has been filled in its entirety? 👉 Click here if you want to take another look at the Bug Report issue template. |
Hi @vnanaware, Could you please add more details to the issue you encountered? It is very difficult to say what's the underlying issue and help you fix it otherwise. Do you have any example repository that we could look at?
Did you run it through |
Same happened to me as well on a freshly initialized react-native project. Info:
Stack:
Hope this helps. |
Same error for the demo AwesomeProject. info Fetching system and libraries information... |
please someboday help many people having same problem occured, Not able to start react native learning. |
Solution #25820 (comment) |
so are cocoapods required for I tried running from the command line
I'm able to run other react-native apps fwiw, just apparently not the basic one from |
Solution you can try: 1 - Install Cocoa Pods globaly |
Not sure if this was the issue but it worked for me at first I was using iTerm a 3rd terminal I switch to the default terminal ran cd ios && pod install and it worked |
when I run my app on mac for ios
#import <React/RCTBridgeDelegate.h>
Fatal error: 'React/RCTBridgeDelegate.h' file not found
Please help how to resolve this?
The text was updated successfully, but these errors were encountered: