Open dochonglo opened 1 year ago
Facing this same issue in our project as well and nothing has changed. Started happening today.
I thought it was just a server issue on the Expo/EAS end. However, I tried running the eas build --profile development --platform all
command days later and unfortunately, I'm still having the same issue.
It's unfortunate that I have to do this in order to use the expo-dev-client
and therefore, actually start coding my app. Anyone know what is causing this?
Experiencing this issue as well with eas-cli@3.3.0
. Did not occur with previous version.
Per the known issue it seems like they are aware: https://github.com/expo/eas-cli/releases/tag/v3.3.0
I changed to https://github.com/expo/eas-cli/releases/tag/v3.2.1 and it works again
Build/Submit details page URL
No response
Summary
I started a new project using
expo init
and installed some expo dependencies as well as a dependency that has native modules as I've been following this YouTube tutorial. However, when I runeas build --profile development --platform all
, I get the following error:I'm unsure why this is happening and how to fix it. Unfortunately, the
undefined
error isn't very helpful and doesn't provide much context.Note: Interestingly, I was just using was build on a bar workflow project earlier today and everything seemed to work just fine.
Managed or bare?
Managed
Environment
Error output
Reproducible demo or steps to reproduce from a blank project