NO bundle URL present
gitvipin opened this issue · 2 comments
gitvipin commented
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
- Tried to follow the above link https://onexlab-io.medium.com/no-bundle-url-present-fixed-ca2688a80f66 but still not working.
gitvipin commented
I have already followed : #50
- I have main.jsbundle present under iOS folder.
yarn start --port=8085
is working fine and running in parallel.
KnoxMajor commented
What worked for me:
In one terminal window:
yarn start
And at the same time (in a different terminal window):
yarn run:ios