-
Notifications
You must be signed in to change notification settings - Fork 88
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
Local build TypeError: Cannot read properties of undefined (reading 'c') #2430
Comments
Reverting to cli version |
I’m facing the same error. As @jordmccord mentioned, reverting to CLI version |
So for those who are new this would be
then make sure
|
Same issue.
|
Same issue |
Hi, I can't replicate the issue on my device so far. We recently bumped a bunch of dependencies and I suspect that it might be somehow connected with caching 🤔 @jordmccord can you try to change
and check if it helps? |
Ok I think I figured out what the issue is: expo/eas-build#418 This PR should fix the issue |
The issue should be fixed in |
Same issue with |
Build/Submit details page URL
No response
Summary
When running a local build, and the build is complete, the
[UPLOAD_APPLICATION_ARCHIVE]
step starts. At this point, the following error occurs:Cannot read properties of undefined (reading 'c')
.Managed or bare?
Managed
Environment
Error output
Reproducible demo or steps to reproduce from a blank project
Run
eas build --profile preview -p ios --local --output './build/native-ui.tar.gz'
Preview build:
See the full output of the build: https://github.com/utilitywarehouse/design-systems/actions/runs/9501407781/job/26186857991
The text was updated successfully, but these errors were encountered: