-
Notifications
You must be signed in to change notification settings - Fork 100
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
RN 57 lein prod-build crashes: "goog.global is not an Object." #208
Comments
This is resolved by removing the ignores that were recently added to .babelrc. So the entire .babelrc should be:
If someone wants to explain why the ignores were added (and why they cause a problem), please comment! |
It fixed
|
@CalderBot my npm stack blows if i remove ignores for .babelrc |
@StankovicMarko Just retried (node v9.8.0, npm v5.6.0, xcode v10.2) and it worked fine for me. Sorry. Here were the steps: Install:
Fix .babelrc:
Then in xcode:
|
@CalderBot i am basically doing the same but with android and this is what i get #220 Do you have any advice for me how to continue? Is it possible to get code in such state where it would compile but apk is faulty? |
It helps a lot! Thank you! |
Running xcode 10.1, re-natal 0.10.0.
Steps to reproduce:
Exception: goog.global is not an Object. (evaluating '"StopIteration" in goog.global')
Any ideas? This does not happen in re-natal 0.9.
Thanks!
The text was updated successfully, but these errors were encountered: