-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to 0.50.1 - Bundling index.js
error: bundling failed: Error of metro-bundler
#16738
Comments
index.js
error: bundling failed: Error of metro-bundler
index.js
error: bundling failed: Error of metro-bundlerindex.js
error: bundling failed: Error of metro-bundler
@facebook-github-bot no-template |
Hey @oriharel, thanks for posting this! It looks like your issue is missing some required information. Can you please add all the details specified in the Issue Template? This is necessary for people to be able to understand and reproduce your issue. I am going to close this, but please feel free to open a new issue with the additional information provided. Thanks! |
@oriharel You should compile your index.android.js & index.ios.js to index.js |
Same issue. I only have |
Same here, I'm sure there is a good reason but I don't get it |
I fix the issue by following @chocky335's comment |
Same issue even after changing index.ios.js to index.js |
My project had an edited AppDelegate.m file and I needed to change the line that looked like (though in my case not exactly like)
to reflect the change to index.js instead of index.ios.js. Hope that helps someone! |
Because of issue #16737 I had to do a workaround (which I'm still not sure works) of saving a backup copy of the pre-upgrade xcodeproj file and pasting it again after upgrading. Now the project loads on XCode, but I can't run the app. I get this error in the packager:
Any help?
Thanks
The text was updated successfully, but these errors were encountered: