0

I am trying to build a project that we have previously built many times on a real device through xcode but not it throws a No Bundle URL present error the moment the app boots.

I have tried updating the app, rebooting and updating the info.plist file but nothing seems to change it.

Other apps are booting fine.

I have my info and the error below.

Error Screen

App Info

Raymond Chen
  • 44,448
  • 11
  • 96
  • 135
James Parsons
  • 895
  • 5
  • 18
  • 36

2 Answers2

0

Check whether you are running correct Project. Clean you build folder and then Run .

Apps Maven
  • 1,314
  • 1
  • 4
  • 17
0

Seems like this is a common issue for some. I'd suggest checking out this thread with others that had a similar issue - What is the meaning of 'No bundle URL present' in react-native?

BrandonWMA
  • 47
  • 2
  • 7
  • This does not provide an answer to the question. Once you have sufficient [reputation](https://stackoverflow.com/help/whats-reputation) you will be able to [comment on any post](https://stackoverflow.com/help/privileges/comment); instead, [provide answers that don't require clarification from the asker](https://meta.stackexchange.com/questions/214173/why-do-i-need-50-reputation-to-comment-what-can-i-do-instead). - [From Review](/review/late-answers/31742864) – ryanwebjackson May 16 '22 at 12:06