Skip to content
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

EAS Build gives error for iOS #235

Open
bubabi opened this issue Nov 5, 2023 · 5 comments
Open

EAS Build gives error for iOS #235

bubabi opened this issue Nov 5, 2023 · 5 comments

Comments

@bubabi
Copy link

bubabi commented Nov 5, 2023

Summary:

Screenshot 2023-11-05 at 11 03 31 PM

Steps to reproduce:

Run eas build -p ios --profile simulator in your terminal.

@rishiE404
Copy link

Summary:

Screenshot 2023-11-05 at 11 03 31 PM ## Steps to reproduce: Run `eas build -p ios --profile simulator` in your terminal.

Hey @bubabi Can you please confirm that you have installed the correct version of pnpm? Also if you can share the detailed logs from install custom hooks command.

@kendo-leadlab
Copy link

kendo-leadlab commented Nov 12, 2023

while running pnpm run build:staging:android
i am getting the same issue
seems that you cant run the preintall the install pnmp on expo
an idea on how to solve this?

Script 'eas-build-pre-install' is present in package.json, running it...

protein2@0.0.1 eas-build-pre-install /home/expo/workingdir/build
./scripts/eas-pre-install
sh: 1:
./scripts/eas-pre-install: Permission denied
ELIFECYCLE  Command failed with exit code 126.

pnpm run eas-build-pre-install exited with non-zero code: 1

@yjose
Copy link
Member

yjose commented Nov 22, 2023

@bubabi @kendo-leadlab Apparently, EAS now supports installing pnpm without a pre-hook. So, you can delete eas-build-pre-install from your package.json scripts and set the pnpm version in your EAS config. Check the docs.

@Blqckcore
Copy link

@bubabi @kendo-leadlab Apparently, EAS now supports installing pnpm without a pre-hook. So, you can delete eas-build-pre-install from your package.json scripts and set the pnpm version in your EAS config. Check the docs.

Hey, can you please further explain the adjustments of the eas.json?

@yjose
Copy link
Member

yjose commented Apr 8, 2024

@Blqckcore you should add the npm version you are using explicitly to eas.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants