-
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
Post install hook failing on ios build #2707
Labels
Comments
ahmedprusevic
added
the
needs review
Issue is ready to be reviewed by a maintainer
label
Nov 19, 2024
I'm not sure what's wrong here, but can you just try to run it as |
szdziedzic
added
eas build
and removed
needs review
Issue is ready to be reviewed by a maintainer
labels
Nov 20, 2024
what does |
Just generates openapitools.json based on env copying file contents here
double checked weather env variable is present in eas.json it is, since the same command passes for android build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build/Submit details page URL
https://expo.dev/accounts/ahmedprusevic/projects/polaris/builds/b3057f65-7eb8-4b53-a245-55ba8cb894c2
Summary
Running post install hook on eas pipeline fails on ios, it is trying to run
openapi-generator-cli generate
command which is supposed to make http request to my server (not sure weather this makes any change) ,node version in nvm is v18.18.0 to match the one from the image
It is passing on android build so really wierd issue
Managed or bare?
Bare
Environment
Error output
No response
Reproducible demo or steps to reproduce from a blank project
try running
openapi-generator-cli generate
command that fetches schema from some server in eas-build-post-install hook on ios buildThe text was updated successfully, but these errors were encountered: