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.

expo app crushes in production. expo-updates is involved

See original GitHub issue

🐛 Bug Report

Summary of Issue (just a few sentences)

After adding expo-updates to my bare workflow the build fails in production.

Environment - output of expo diagnostics & the platform(s) you’re targeting

Expo CLI 3.21.7 environment info: System: OS: macOS 10.15.5 Shell: 5.7.1 - /bin/zsh Binaries: Node: 10.13.0 - /usr/local/bin/node Yarn: 1.22.4 - /usr/local/bin/yarn npm: 6.14.4 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman IDEs: Android Studio: 4.0 AI-193.6911.18.40.6514223 Xcode: 11.4/11E146 - /usr/bin/xcodebuild npmPackages: expo: ^37.0.12 => 37.0.12 react: 16.9.0 => 16.9.0 react-dom: 16.9.0 => 16.9.0 react-native: 0.61.4 => 0.61.4 react-native-web: ^0.11.7 => 0.11.7 npmGlobalPackages: expo-cli: 3.18.6

Reproducible Demo

It’s hard to share my code, sorry. This is my stack-trace from production:

image

I’ve completed all steps from all over the places.

  • run expo publish
  • update app.json
  • followed README instruction from expo-updates page

But still, the build somehow misses the valid app.manifest file.

Sorry for not being more helpful. But help me 😃

Expected Behavior vs Actual Behavior

The app crushes.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:31 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
esamelsoncommented, Jun 19, 2020

Hey @RohovDmytro - sorry this is causing you so much trouble! 😞 Are you able to access the debug logs for your device via adb logcat? If so, could you try running adb logcat | grep "EmbeddedLoader", launch the app and paste the output here? That will hopefully give us some more information to work with.

0reactions
brentvatnecommented, Aug 5, 2020

it is not. please create a new issue and provide a https://stackoverflow.com/help/mcve and we’d be happy to help! this issue is closed, and so it’s best to create a new issue since what you are facing appears to be different. in general it’s best to avoid commenting on closed issues

Read more comments on GitHub >

github_iconTop Results From Across the Web

[expo-updates] production app crashes immediately when ...
Summary (following @Kudo's advice for a workaround, I am trying to setup expo-updates manually #15041 (comment)) My app is crashing ...
Read more >
Troubleshooting build errors and crashes - Expo Documentation
A reference for troubleshooting build errors and crashes when using EAS Build. ... app will run in production by starting it with npx...
Read more >
expo app crashes in production despite working fine in local te
My expo app worked perfectly on local android and ios simulators. Therefore, I published my app to the google play store, but it...
Read more >
Expo - Twitter
@expo. Develop, preview, submit, and update native apps from a single React codebase ... A guide on installing and configuring Sentry for crash...
Read more >
React Native: How To Publish An Expo App To TestFlight + ...
Note: If this is your second time building and submitting your application to Apple for TestFlight, you will have to update the Version...
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