-
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
Executing expo-updates Pods/EXUpdates » [CP-User] Generate app.manifest for expo-updates #1942
Comments
I got the same problem |
@KULTI1995 did you managed to solve it? |
I have the same exact issue |
|
Guys even i am gettin a very similar error, when i run my expo builds locally : |
did anyone solve this? |
I've faced almost same issue, I tried many solutions (different version, clean install node_modules, remove .expo | DerivedData etc) but not fixed, at last restarting my PC solved the problem (in my case). |
Exactly the same problem here, expo 50, I've tried changing "resourceClass" to "m-large" in eas.json and the same problem, stuck in "Executing expo-updates Pods/EXUpdates » [CP-User] Generate app.manifest for expo-updates" for almost 2 hours and i got a timeout error message. About the Android, no problems, yet. |
any solutions? I have this in expo dev console:
and more detailed in logs:
|
@bleonaima Hey, did you find any solutions? I have the same as @KULTI1995. |
Hey hey @KULTI1995 ! I have the same issue Executing expo-updates Pods/EXUpdates » [CP-User] Generate app.manifest for expo-updates. Tried to update was-cli to the latest version, restarted PC:) nothing worked :((( eas-cli/7.8.2 "expo": "~49.0.15", "expo-updates": "~0.18.19". Did you find any solutions? |
Upgrading the babel package to "@babel/core": "^7.20.12" resolved the issue for me. |
Hi, Please I'm experiencing this issue. I have tried updating my babel/core, no success. |
having exactly same issue expo sdk 51 |
after running
i've tried many ways, but nothing worked.
|
any updates? I also have the same problem › Executing expo-constants Pods/EXConstants » [CP-User] Generate app.config for prebuilt Constants.manifest |
i've solved it. Two ways.
to edit ~/.zshrc, replace
then, for more infomation, pls view expo/expo#15809 |
This is still an issue FYI. I'm currently having to manually comment out my entire |
Build/Submit details page URL
https://expo.dev/accounts/pixelkoduje/projects/novenna-pompejanska-app/builds/af225074-98e5-4b59-b7bc-a34c234874d6
Summary
After adding expo-updates the project won't build. Android and iOS. The strangest thing is that there is not even an error. He just stands at that line, then stands until the 45 minute build is complete. (before adding, it took about 9 minutes to build, so 100% it shouldn't take more than 45 minutes after adding expo-updates)
The weirdest thing is that it only crashes when building a production app. At the time of building, the "development client" passes without a problem.
More specifically, it crashes without error on this line:
Executing expo-updates Pods/EXUpdates » [CP-User] Generate app.manifest for expo-updates
I am uploading the iOS build logs of the production app.
For administration, I am sending a link to build:
https://expo.dev/accounts/pixelkoduje/projects/novenna-pompejanska-app/builds/af225074-98e5-4b59-b7bc-a34c234874d6
And a built version for Android (with the same functions) - the production version is also not built for Android.
https://expo.dev/accounts/pixelkoduje/projects/nowenna-pompejanska-app/builds/2409695c-4231-41a6-bf53-134cb785ed4f
Managed or bare?
Managed
Environment
npx expo-doctor
npx expo-env-info
Error output
No response
Reproducible demo or steps to reproduce from a blank project
null
The text was updated successfully, but these errors were encountered: