-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EAS Update not working on iOS #2213
Comments
@byronthe123 I have the same issues did you find a solution for this problem? |
@shiftreg, the fix for me was to run |
Still not working |
Did not work for me either |
Build/Submit details page URL
No response
Summary
I migrated from
expo publish
toeas update
. On Android, this is working perfectly. However, for my iOS application, the updates are not going through. Here are the steps I followed:eas submit
eas update
to push an update to Android and iOS. In my Android app (which was installed on devices using APKs, not the PlayStore), the update went through successfully. However, in my iOS app, the update did not go through. Previously, when I pushed an update usingexpo publish
, it updated both iOS and Android.Why are updates going through on Android and not on iOS? What is the correct way to update for iOS?
Managed or bare?
Managed
Environment
expo-env-info 1.2.0 environment info:
System:
OS: Windows 11 10.0.22631
Binaries:
Node: 18.17.0 - C:\Program Files\nodejs\node.EXE
npm: 9.6.7 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: AI-223.8836.35.2231.10671973
npmPackages:
expo: ~50.0.5 => 50.0.5
metro: ^0.80.5 => 0.80.5
react: 18.2.0 => 18.2.0
react-dom: 18.2.0 => 18.2.0
react-native: 0.73.2 => 0.73.2
react-native-web: ~0.19.6 => 0.19.10
Expo Workflow: managed
✔ 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 for issues with metro config
✔ Check that native modules do not use incompatible support packages
✔ Check for legacy global CLI installed locally
✖ Check Expo config (app.json/ app.config.js) schema
✔ 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:
Error: Problem validating fields in D:\Programming\eos-native\app.json. Learn more: https://docs.expo.dev/workflow/configuration/
• Field: updates - should NOT have additional property 'channel'.
Error output
No response
Reproducible demo or steps to reproduce from a blank project
I do not have a reproducible demo.
The text was updated successfully, but these errors were encountered: