-
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
Error: Runtime version policies are only supported in the managed workflow #1689
Comments
Hi, |
+1 |
+1. I am using the managed flow but I'm getting |
Hm.. today I was trying to run the managed expo project on Android emulator and it seems some of the commands updated the "expo" version in my package.json from |
Actually i have the same problem, im using |
I found the solution, the text told so evident,
And its works for me
|
It works for me when I change the version in the "dependencies" array in the |
has there been an update on this? I'm also using "policy": "sdkVersion" and managed workflow, but getting issue:
when I run |
We would like to use Thanks in advance. |
created a new issue for the above comment since it is a slightly different issue: #1713 |
I just deleted the dist and ios directory. And it works for me. |
im my case this solved my issue "runtimeVersion": "1.0.0", |
im my case this solved my issue "runtimeVersion": "exposdk:48.0.0", |
I started to get Relealized from @ishahbaz7 comment, that I did a local build recently which probably confused expo. Deleting |
This solved it for me🚀 |
Summary
Hi, I ran command
eas update --auto
and got this error. Please help :DRuntime version policies are only supported
What platform(s) does this occur on?
Android
SDK Version
46
Environment
expo-env-info 1.0.5 environment info:
System:
OS: macOS 13.0
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 14.19.3 - /usr/local/bin/node
Yarn: 1.22.19 - ~/.nvm/versions/node/v14.19.3/bin/yarn
npm: 6.14.17 - ~/.nvm/versions/node/v14.19.3/bin/npm
Watchman: 2022.11.28.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.3 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 22.1, iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1
IDEs:
Android Studio: 2021.2 AI-212.5712.43.2112.8609683
Xcode: 14.1/14B47b - /usr/bin/xcodebuild
npmPackages:
expo: ~46.0.17 => 46.0.17
react: 18.0.0 => 18.0.0
react-dom: 18.0.0 => 18.0.0
react-native: 0.69.6 => 0.69.6
react-native-web: ~0.18.7 => 0.18.10
npmGlobalPackages:
eas-cli: 3.0.0
expo-cli: 6.0.5
Expo Workflow: bare
Minimal reproducible example
eas update --auto
The text was updated successfully, but these errors were encountered: