Build crashes in Expo
See original GitHub issueBuild 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 withpod 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:
- Created a year ago
- Reactions:1
- Comments:6
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Got it thanks, yep forgot JSON includes version number.