-
Notifications
You must be signed in to change notification settings - Fork 135
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
ERROR: No bundle URL present. #2108
Comments
Yeah that option is deprecated / removed so we should update the docs. |
@Saadnajmi |
@neko3cs The macOS startup options won't show, but if you click "Reload" in the Redbox, it should still properly reload the bundle |
@Saadnajmi |
Currently, executing npx react-native run-macos in version 0.73.0 does indeed result in the issue of "No bundle URL present." However, you can first run npx react-native start in one terminal to manually start the local Metro server, and then execute npx react-native run-macos to start the macOS application. |
@Bear-AI Thanks, yes I think |
Yeeeeeaaaaaah!!! I'm happy to lauch my app! I hope to fix this problem. Is this a Metro server issue? |
No, I think it's still an issue with our repo |
Oh, I understand. So "perhaps with the 0.74 release." you say. |
also having this issue |
Environment
Steps to reproduce the bug
Do this getting started.
https://microsoft.github.io/react-native-windows/docs/rnm-getting-started
Before
npx react-native run-macos
, you should runcd macos && pod install
.I cannot run app without this step.
Expected Behavior
Launch application and show ui same as iOS.
Actual Behavior
Reproducible Demo
src.zip
Full size is over 25MB.
So this is a sample deleted this:
cd macos && pod install
yarn install
Additional context
I tryed what this comment telling, but I cannot launch app.
#400 (comment)
First,
--use-react-native-macos
has occured not found error.error messeage:
error: unknown option '--use-react-native-macos'
So I removed 👆 option and run this:
node node_modules/react-native-macos/local-cli/cli.js bundle --entry-file index.js --platform macos --bundle-output MyApp.jsbundle
But same error has occured.
The text was updated successfully, but these errors were encountered: