Hello everyone,
There's an issue I have been facing while trying to run this app on IOS device, it installs perfectly, npm also starts working but when I try to open the app the bundle doesn't loads. On Emulator the bundle loads successfully. If anyone knows solution, hit me up.
Thanks.
| :warning: | Missing Environment Information |
|---|---|
| :information_source: | Your issue may be missing information about your development environment. You can obtain the missing information by running react-native info in a console. |
https://github.com/facebook/react-native/issues/30500 is this the same issue?
Yes, it is.
On Thu, 3 Dec 2020 at 16:44, Madhu Kumar D S notifications@github.com
wrote:
30500 https://github.com/facebook/react-native/issues/30500 is this
the same issue?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/facebook/react-native/issues/30516#issuecomment-737890760,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ARRZT3Q2VZW2DRKXAXIKQILSS523BANCNFSM4UKOYR6A
.
my react native version is 0.63.4
On Thu, 3 Dec 2020 at 16:44, Madhu Kumar D S notifications@github.com
wrote:
30500 https://github.com/facebook/react-native/issues/30500 is this
the same issue?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/facebook/react-native/issues/30516#issuecomment-737890760,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ARRZT3Q2VZW2DRKXAXIKQILSS523BANCNFSM4UKOYR6A
.
run perfectly on emulator but not run on real ios device (npm start but
bundle not load)
On Thu, 3 Dec 2020 at 16:44, Madhu Kumar D S notifications@github.com
wrote:
30500 https://github.com/facebook/react-native/issues/30500 is this
the same issue?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/facebook/react-native/issues/30516#issuecomment-737890760,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ARRZT3Q2VZW2DRKXAXIKQILSS523BANCNFSM4UKOYR6A
.
Same error here using react native version 0.61.5 and xcode 12.2 (bundle not loaded)
run perfectly on emulator but not run on real ios device (npm start but bundle not load)
…
On Thu, 3 Dec 2020 at 16:44, Madhu Kumar D S @.*> wrote: #30500 <#30500> is this the same issue? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#30516 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARRZT3Q2VZW2DRKXAXIKQILSS523BANCNFSM4UKOYR6A .
I managed to make it work correctly with the iPhone and Mac connected on the same network!
The bundle does not work over a USB connection, so they must be active on the same network and you can verify that it has access.
To test: Go to System Preferences> Network and look for your machine's local ip. If you have something running on the same network, like a localhost: 3000; it must also be accessible on machines_ip: 3000 and your bundle not loaded error must be gone!
Source: https://reactnative.dev/docs/running-on-device#method-2-connect-via-wi-fi-1
@luizguilherme5 did you happen to try archiving the release app exporting it and running on a real device / on BrowserStack ?
Before create archive, when i run my app on real device the jsbundle not
loading when i kill my app and start again the jsbundle load successfully
when i create archive and then i run my app on real device the jsbundle not
loading in both process. I also tried your suggested solution but nothing
happened well.
Please suggest a better solution.
Thanks.
On Thu, 3 Dec 2020 at 23:20, Luiz Guilherme Silva notifications@github.com
wrote:
run perfectly on emulator but not run on real ios device (npm start but
bundle not load)
… <#m_2433054491877917443_>
On Thu, 3 Dec 2020 at 16:44, Madhu Kumar D S @.*> wrote: #30500
https://github.com/facebook/react-native/issues/30500 <#30500
https://github.com/facebook/react-native/issues/30500> is this the same
issue? — You are receiving this because you authored the thread. Reply to
this email directly, view it on GitHub <#30516 (comment)
https://github.com/facebook/react-native/issues/30516#issuecomment-737890760>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ARRZT3Q2VZW2DRKXAXIKQILSS523BANCNFSM4UKOYR6A
.I managed to make it work correctly with the iPhone and Mac connected on
the same network!The bundle does not work over a USB connection, so they must be active on
the same network and you can verify that it has access.To test: Go to System Preferences> Network and look for your machine's
local ip. If you have something running on the same network, like a
localhost: 3000; it must also be accessible on machines_ip: 3000 and your
bundle not loaded error must be gone!—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/facebook/react-native/issues/30516#issuecomment-738192344,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ARRZT3V3EWI3JXSU4QWUEKDSS7JFVANCNFSM4UKOYR6A
.
Most helpful comment
I managed to make it work correctly with the iPhone and Mac connected on the same network!
The bundle does not work over a USB connection, so they must be active on the same network and you can verify that it has access.
To test: Go to System Preferences> Network and look for your machine's local ip. If you have something running on the same network, like a localhost: 3000; it must also be accessible on machines_ip: 3000 and your bundle not loaded error must be gone!
Source: https://reactnative.dev/docs/running-on-device#method-2-connect-via-wi-fi-1