Skip to content
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

NO bundle URL present #73

Open
gitvipin opened this issue Dec 26, 2020 · 2 comments
Open

NO bundle URL present #73

gitvipin opened this issue Dec 26, 2020 · 2 comments

Comments

@gitvipin
Copy link

Getting this error (exactly same screenshot as https://onexlab-io.medium.com/no-bundle-url-present-fixed-ca2688a80f66 )

No bundle URL present.

Make sure you're running a packager server or have included a .jsbundle file in your application bundle.

RCTFatal
__28-[RCTCxxBridge handleError:]_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_main_queue_callback_4CF
CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
__CFRunLoopRun
CFRunLoopRunSpecific
GSEventRunModal
UIApplicationMain
main
start
0x0

@gitvipin
Copy link
Author

I have already followed : #50

  • I have main.jsbundle present under iOS folder.
  • yarn start --port=8085 is working fine and running in parallel.

@gitvipin gitvipin reopened this Dec 26, 2020
@KnoxMajor
Copy link

What worked for me:

In one terminal window:
yarn start

And at the same time (in a different terminal window):
yarn run:ios

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants