You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the updates that I'm sending to the branch dev (which is linked to develop channel) never come to the app, so I try to fetch them manually with the following method
✔ Check Expo config for common issues
✔ Check package.json for common issues
✔ Check dependencies for packages that should not be installed directly
✔ Check for common project setup issues
✔ Check npm/ yarn versions
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check for legacy global CLI installed locally
✔ Check that native modules do not use incompatible support packages
✖ Check that packages match versions required by installed Expo SDK
✔ Check that native modules use compatible support package versions for installed Expo SDK
Detailed check results:
Some dependencies are incompatible with the installed expo version:
[email protected] - expected version: ~3.3.0
Your project may not work correctly until you install the correct versions of the packages.
Fix with: npx expo install --fix
Found outdated dependencies
Advice: Use 'npx expo install --check' to review and upgrade your dependencies.
One or more checks failed, indicating possible issues with the project.
Error output
Can't complete the operation (EXUpdates.UpdatesNotInitializedException 1)
Reproducible demo or steps to reproduce from a blank project
I'm not sure how to create a reproducible demo, it happened to me upgrading my expo project
The text was updated successfully, but these errors were encountered:
in app.json if you published your app in android and ios with a different expo:version.
You need to set the version to the original version when you published your app in ios or android.
So if you published android with 2.0
change the version the 2.0 then eas update --branch production
And ios with 3.0
change the version the 3.0 then eas update --branch production
Build/Submit details page URL
No response
Summary
I have to update my project (bare workflow) from Expo SDK 45 to 49 and I also had to migrate from expo publish to the new eas update.
I follow this guide to integrate it basically from scratch https://docs.expo.dev/eas-update/updating-your-app/
I'm configured the app.config.json with the following info
this is generating the following expo.plist file when I deploy using eas build
My eas.json (develop profile) looks like this
The problem is that the updates that I'm sending to the branch dev (which is linked to develop channel) never come to the app, so I try to fetch them manually with the following method
Here, I noted that the app is allways failing when it try to get updates, it generates the following exception
someone has had this problem before?
thanks!
Managed or bare?
bare
Environment
expo-env-info
expo-doctor
Error output
Can't complete the operation (EXUpdates.UpdatesNotInitializedException 1)
Reproducible demo or steps to reproduce from a blank project
I'm not sure how to create a reproducible demo, it happened to me upgrading my expo project
The text was updated successfully, but these errors were encountered: