-
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 Update: cannot build #1784
Comments
I've been having the same problem today. It doesn't give any error when using eas build but when trying to eas update, I get this error. |
@zdnk just as a sanity check, could you make sure all your dependencies are up to date by running this in your project directory :
then run If you are still getting an error can you share your |
Tried it, still same.
|
I don't know why but whenever I remove this part from app.json, eas update works
|
Does not work for me. Also each time the error is different actually. Each time it says it cannot resolve different module. |
Interesting. @zdnk could you try to clear the metro cache by running |
Closing due to inactivity |
Update: I've landed #1839 that will add the a |
I ended up with the same error - for me it was a missing
|
Glad I stumbled across this thread. @nilsm's comment saved my day. Updating each platform separately in worked for me. |
this worked
|
Build/Submit details page URL
No response
Summary
Hello, I am unable to build an update to publish to our users. I've never done it, this is the first time I tried.
Managed or bare?
Managed
Environment
expo-env-info 1.0.5 environment info:
System:
OS: macOS 13.1
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 18.15.0 - ~/.nvm/versions/node/v18.15.0/bin/node
Yarn: 1.22.19 - ~/.nvm/versions/node/v18.15.0/bin/yarn
npm: 9.6.1 - ~/.nvm/versions/node/v18.15.0/bin/npm
Watchman: 2023.02.27.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.3 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 22.2, iOS 16.2, macOS 13.1, tvOS 16.1, watchOS 9.1
IDEs:
Xcode: 14.2/14C18 - /usr/bin/xcodebuild
npmPackages:
expo: ~48.0.9 => 48.0.10
metro: ^0.73.7 => 0.73.9
react: 18.2.0 => 18.2.0
react-dom: 18.2.0 => 18.2.0
react-native: 0.71.4 => 0.71.4
react-native-web: ~0.18.9 => 0.18.12
npmGlobalPackages:
eas-cli: 3.9.1
Expo Workflow: managed
Error output
Reproducible demo or steps to reproduce from a blank project
Cant say how to reproduce.
The text was updated successfully, but these errors were encountered: