Please provide the following:
- SDK Version: 48
- Platforms(Android/iOS/web/all): IOS
- Add the appropriate “Tag” based on what Expo library you have a question on.
Replace this section with as much relevant information as possible and any relevant code along with your question.
I’m trying to run the development-client for a real device (Iphone), I’m doing the build with EAS and it’s successfully installed on my device, I run the command npx expo start --dev-client, but when I scan the QR code, it throws this error:
“No bundle URL present. Make sure you’re running a packager server or have included a .jsbundle file in your application bundle”
But when I try to run the dev-client in the simulator it works fine.
The macbook and cellphone are connected in the same network.
and now I generated the ios folder, compiled the app using xCode and ran it, it triggers a request permission for the app to use local network and then it works, but when I use the eas build to build the app, it’s not triggering this network permission, so it can’t connect to the metro bundler server created then it doesn’t work.
Does anyone has any clues, or it might be a EAS build issue?