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

iOS archive failed - phasescriptexecution failed with a nonzero exit code #105

Closed
suhailpahmin opened this issue Oct 21, 2022 · 1 comment

Comments

@suhailpahmin
Copy link

Getting this error during iOS archive
Command PhaseScriptExecution failed with a nonzero exit code

caused by this line in camelcase-keys index.js
const cache = new QuickLru({maxSize: 100_000});

I have to change 100_000 to 100000 for it to archive successfully. But this gonna fail on CI/CD pipeline

@sindresorhus
Copy link
Owner

This is not a problem with this package.

@sindresorhus sindresorhus closed this as not planned Won't fix, can't repro, duplicate, stale Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants