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.

Build crashes in Expo

See original GitHub issue

Build crashes while installing pods in Expo.

[!] Unable to find a specification for UMCore depended upon by EXLocalization You have either:

  • out-of-date source repos which you can update with pod repo update or with pod install --repo-update.
  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile. [stderr] [!] <PBXResourcesBuildPhase UUID=13B07F8E1A680F5B00A75B9A> attempted to initialize an object with an unknown UUID. 6DEAD5BE8A1E4142A15F1FB5 for attribute: files. This can be the result of a merge and the unknown UUID is being discarded. pod exited with non-zero code: 1

Tried all kinds stuff but just couldn’t figure it out. Only thing I found is if I remove/uninstall the package, build succeeds.

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

2reactions
bayramncommented, Jun 1, 2022

The problem is “expo-constants” and “expo-localization” is outdated and needs upgrade, so I brought files locally it worked but didn’t work well with android. So I just made my own simple function that checks(App/Play Store website) and redirects to App/Play store if there is new update (only works Expo though) but I was lazy to document and built separate npm package. If you really need it I can document sth fast and publish to npm.

0reactions
bayramncommented, Aug 4, 2022

Thanks but what about Android, does it work? Play Store has changed and version number hidden in popup menu.

Android is working currently. The play store source contains some JSON, which includes the version number, which the script extracts. The popup menu does not load extra data via ajax, all the data is already contained in JSON embedded within the original page.

Got it thanks, yep forgot JSON includes version number.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting build errors and crashes - Expo Documentation
Go to your build details page (find it on the build dashboard if you don't have it open already) and expand any failed...
Read more >
Expo EAS build android apk crash on physical device
The first step I would recommend you to take is connecting your device (having USB debugging active) to your PC, go to where...
Read more >
EXPO 45 - Standalone App crash on startup in Android 12 ...
Now I have installed APK on many Android 12 devices. and On startup of app, it is crashing. Working fine with expo channel...
Read more >
EAS build works in Expo Go & S… | Apple Developer Forums
EAS build works in Expo Go & Simulator, TestFlight app crashes on open.
Read more >
Expo Crash Reporting and Error Tracking - Datadog Docs
Both Datadog and Sentry config plugins use regular expressions to modify the “Bundle React Native code and images” iOS build phase to send...
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