question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

iOS and Android app bundle failure

See original GitHub issue

Environment: MacBook Pro Xcode v9.4 CLI v9.4 both Android and iOS app

Sept. 29/2018 Error when installing RN app with native code(react-native init AwesomeProject) and attempting to load the app with iOS simulator or Android device. I also followed the steps to resolve the issue, but still the same problem. This is not an older project but a new one.

.babelrc

{ "presets": ["module:metro-react-native-babel-preset"] }

package.json

{ "name": "sandboxios", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest" }, "dependencies": { "react": "16.5.0", "react-native": "0.57.1" }, "devDependencies": { "babel-jest": "23.6.0", "jest": "23.6.0", "metro-react-native-babel-preset": "0.47.0", "react-test-renderer": "16.5.0" }, "jest": { "preset": "react-native" } }

screen shot 2018-09-29 at 5 04 35 pm

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
andraskendecommented, Sep 30, 2018

Sane issue here, clean install today: OSX Mojave 10.14 , Xcode 10.0, node v10.11.0

brew update brew install watchman brew install yarn --without-node https://github.com/creationix/nvm#git-install npm install -g react-native-cli react-native init AwesomeProject

This fixed it: https://github.com/jquense/yup/issues/216 cd AwesomeProject npm add @babel/runtime

Also https://github.com/facebook/react-native/issues/21310

0reactions
gengjiawencommented, Sep 30, 2018

I have reported to https://github.com/react-native-community/react-native-releases/issues/45, hopefully we can have a new release soon.

Read more comments on GitHub >

github_iconTop Results From Across the Web

About Android App Bundles
An Android App Bundle is a publishing format that includes all your app's compiled code and resources, and defers APK generation and signing...
Read more >
Getting Building iOS bundle error when trying ... - Stack Overflow
json and node_modules and run npm install, but I get the same error. I run expo start on another cmd and then run...
Read more >
Publishing AAB fails because app signing isn't enabled
You must enroll into app signing by Google Play to upload an Android App Bundle. This error appears when you try to publish...
Read more >
Failed to generate Android app bundle (.aab)
I am trying to compile and generate an .aab to upload an application to the store, I followed the instructions to create the...
Read more >
AAB Upload failed and warning messages on Google Play
1 - Ask the support to set you back at the beginning of the Android publication process. · 2 - In your GoodBarber...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found