-
Notifications
You must be signed in to change notification settings - Fork 85
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-cli] better runtime version error for bare workflow #1910
Conversation
/changelog-entry chore better bare workflow runtimeVersion error |
Size Change: -4.71 kB (0%) Total Size: 41.9 MB
|
Codecov Report
@@ Coverage Diff @@
## main #1910 +/- ##
========================================
Coverage 52.58% 52.58%
========================================
Files 480 480
Lines 17316 17316
Branches 3460 3645 +185
========================================
Hits 9104 9104
+ Misses 8195 7536 -659
- Partials 17 676 +659
|
@quinlanj When I try to put It only works when I set:
Screen_Recording_20230702_123306_Expo.Go.mp4So I don't know if just changing the error is the solution. I think you might have to test this situation using a simple expo bare project, add EAS update, create a new update and test this scenario. |
@ildaneta we've fixed this issue and have relaxed the runtime constraints on Expo Go. As long as your project has a compatible The changes are expected to be released very soon for the SDK 49 release. It will officially be available when the next version of Expo Go is released into the App Stores. |
81f622a
to
34c0365
Compare
✅ Thank you for adding the changelog entry! |
Why
People on the bare workflow are running
eas update
with a runtimeVersion policy. When they receive our original error message, they don't know what to do. This PR changes the error message to be more actionable.Fixes #1689 and #1899
Test Plan