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

Error running 'wipe iOS Pods folder': Too many open files in system #35

Closed
schumannd opened this issue Nov 26, 2019 · 4 comments
Closed
Labels

Comments

@schumannd
Copy link

schumannd commented Nov 26, 2019

Maybe the script needs to take it slow when the project is big?

Same error occurs in the next step:

Error running 'wipe iOS build artifacts': rm: fts_read: Too many open files in system
@pmadruga
Copy link
Owner

Hi @schumannd do you still have this problem?

@mikehardy
Copy link
Contributor

I was having lots of problems related to file handles on a couple of macs under my care but not on the others. In the end it turned out I had watchman installed on some (the ones that worked) and was missing it on the ones that did not work. I have a convergence script that does brew install watchman now and everything works.

May not be a fix but perhaps checking for watchman or recommending it on this error might serve as good enough?

Otherwise since those are all combos of rm and getconf I'm not sure how to reduce file handle count during the operation

@Harjot1Singh
Copy link

I also have the same issue, but watchman is installed.

@pmadruga
Copy link
Owner

Seems like this is outside the scope of this lib, since it's not really responsible for that. As @mikehardy mentioned and also mentioned in facebook/create-react-app#4540 (comment) . What I can do is add a Troubleshoot section in the readme, if there's demand for it.

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

No branches or pull requests

4 participants