expo / eas-cli

Fastest way to build, submit, and update iOS and Android apps
https://docs.expo.dev/eas/
MIT License
761 stars 81 forks source link

EAs update do not work #2465

Open RivieraData opened 1 month ago

RivieraData commented 1 month ago

Build/Submit details page URL

https://expo.dev/accounts/studioriviera/projects/droovi

Summary

After an EAS Update, its published, but i don't have any changes on my phone. it worked fine before. I build my app and published on the store and the when i try to update with eas update on my production channel, noting changes on my app.

Managed or bare?

bare

Environment

expo-env-info 1.2.0 environment info: System: OS: macOS 13.6.3 Shell: 5.9 - /bin/zsh Binaries: Node: 20.15.1 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 10.7.0 - /usr/local/bin/npm Managers: CocoaPods: 1.8.4 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: DriverKit 23.2, iOS 17.2, macOS 14.2, tvOS 17.2, visionOS 1.0, watchOS 10.2 IDEs: Xcode: 15.2/15C500b - /usr/bin/xcodebuild npmPackages: expo: ^51.0.21 => 51.0.21 react: 18.2.0 => 18.2.0 react-dom: 18.2.0 => 18.2.0 react-native: 0.74.3 => 0.74.3 react-native-web: ~0.19.6 => 0.19.12 npmGlobalPackages: eas-cli: 10.2.1 expo-cli: 6.3.10 Expo Workflow: bare

Error output

✔ Which branch would you like to use? › production - current update: " push last" (3 minutes ago by studioriviera) ✔ Provide an update message: … test

runtimeversion:resolve output: {"runtimeVersion":"1.0.51","fingerprintSources":null,"workflow":"generic"}

Branch production Runtime version 1.0.53 Platform android Update group ID 690d9832-82c6-43ef-a5fe-39ebb60d384d Android update ID 5970c421-06ea-40b9-96a2-1fbfdf9c556f Message test Commit 57c5d27e9ab6cbecd2442ae1f486ff4f5a52123d EAS Dashboard https://expo.dev/accounts/studioriviera/projects/droovi/updates/690d9832-82c6-43ef-a5fe-39ebb60d384d

Branch production Runtime version 1.0.51 Platform ios Update group ID 17233956-b500-4ce0-bd6f-1fd21712fcfe iOS update ID 8c10222d-3741-44da-ab42-c76df17e4c1b Message test Commit 57c5d27e9ab6cbecd2442ae1f486ff4f5a52123d EAS Dashboard https://expo.dev/accounts/studioriviera/projects/droovi/updates/17233956-b500-4ce0-bd6f-1fd21712fcfe

Reproducible demo or steps to reproduce from a blank project

i did not try with a blank project

szdziedzic commented 1 month ago

Hi,

Is your app using 1.0.51 or 1.0.53 runtime version and production channel?

szdziedzic commented 1 month ago

This doc can also be helpful: https://docs.expo.dev/eas-update/debug/

tanmayvaij commented 1 month ago

Same here it doesn''t work for me as well

tanmayvaij commented 1 month ago

I get a similar message in the console saying that it has upload assets, but nothing changes in the app

RivieraData commented 2 weeks ago

This doc can also be helpful: https://docs.expo.dev/eas-update/debug/

it was working very well, since few weeks i can't update my app using eas update. i will try with a new app to check