-
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: SHA-1 for file /var/folders... is not computed. #2382
Comments
|
Managed to fix this by updating the |
Facing the same issue. @jordmccord could you explain more how you managed to fix this? Tried to set |
@arvidnilber I ran |
Your snippet worked! Thanks, spent a lot of time debugging this. @jordmccord |
I'm facing the same issue when attempting a local build for ios, however I get the following error message when attempting the workaround
Did anyone else face this issue for the workaround? |
even after run
|
after spending wayyyy too many hours, what ended up fixing this for me was changing the previously, I had
and once changing it to
the build at least seems to have worked |
Hey, it's hard for me to reproduce it at the moment 🤔 Can you share a minimal reproducible example, please? |
I was experiencing this issue on |
the issue got fixed tracked and fixed in expo repo expo/expo#28890 |
awesome, I'm closing then |
This as of version
See: https://github.com/utilitywarehouse/design-systems/actions/runs/9501407781/job/26186857991 |
Also when running with
|
@szdziedzic can you reopen or start a new issue? |
I'm still getting this
with expo 51.8 |
Theres this nativewind/nativewind#1009 (comment) happening also, on expo 51.0.38, expo-updates 0.25.27. |
Build/Submit details page URL
No response
Summary
When running local eas build since upgrading to SDK51 iOS builds are getting to the
Executing NativeUI » Bundle React Native code and images
step in the build then erroring outThis is happening locally on MacOS and on GH actions m1 runners.
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' --clear-cache --non-interactive
The text was updated successfully, but these errors were encountered: