You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a new app with react-native init and tried to run it in release mode by changing the scheme.
The problem is that the app crashes immediately after opening it.
Xcode throws an error "No script URL provided"
Description
I created a new app with
react-native init
and tried to run it in release mode by changing the scheme.The problem is that the app crashes immediately after opening it.
Xcode throws an error "No script URL provided"
I I've already checked the contents of the generated .app as described in this answer http://stackoverflow.com/a/41986215/1978520 and I found that the
main.jsbundle
file is not in there. I tried generating and adding it manually as described in this answer http://stackoverflow.com/a/41803596/1978520 but that didn't workReproduction Steps and Sample Code
Just making an empty project, but this only happens in my MacBook.
Additional Information
Here is the full error displayed by Xcode:
The text was updated successfully, but these errors were encountered: