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

troubleshoot hermes-engine ERROR and [FIX] #194

Open
D-Idan opened this issue Feb 2, 2024 · 1 comment
Open

troubleshoot hermes-engine ERROR and [FIX] #194

D-Idan opened this issue Feb 2, 2024 · 1 comment

Comments

@D-Idan
Copy link

D-Idan commented Feb 2, 2024

hermes-engine installation via CocoaPods seems to be related to an issue with the CocoaPods cache or the hermes-engine pod itself. Specifically, the error Errno::EEXIST - File exists @ syserr_fail2_in suggests that there is a conflict or issue with existing files in your CocoaPods cache or the directory structure where the hermes-engine is being installed.

TO FIX IT:
Sounds like this is an issue with CocoaPods 1.15.0. Fixed it by installing version 1.14.3 of CocoaPods.

sudo gem uninstall cocoapods
sudo gem install cocoapods -v 1.14.3
pod --version
rm -rf Pods
rm Podfile.lock
pod install

https://forums.developer.apple.com/forums/thread/745518

@jobpaardekooper
Copy link
Contributor

This has actually been fixed in CocoaPods version 1.15.2. So there is no longer a need to fix this by downgrading as mentioned above. Just update to the latest version.

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