-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Invalid hermes-engine.podspec
file: undefined method `exists?' for File:Class
#35807
Comments
for anyone else was ruby v3.2 (via cocoapods 1.11.3) and ensuring checked temporarily with after now |
nb from WARNING: ruby-2.7.6 is nearing its end of life.
It only receives critical security updates, no bug fixes. my CI's passing on so we can look into upgrading RN to Ruby 2.7.6+ soon (2.7.7-3.0.5 or 2.7.7-3.1.3 or 3.2+) edit: thank you @spuyet |
we're on does the Pods installer use it's own ruby or the system ruby? It is indeed since I'm not clear what a workaround would be if this is part of the build process (in our case using expo). |
Quickfix:
|
I just got this today in 0.71.0, after trying to do |
Where do I add this? |
Run this in the terminal from the root folder of your project. |
Description
npx react-native@next init RN071RC6 --version 0.71.0-rc.6
cd ios && pod install
Locally started noticing
Same in template (0.71.0-rc.5)
But CI passing as normal
So seems to be my machine, not figured exactly what yet
This is getting me passed it atm as temp workaround
Result
Version
0.71.0-rc.5-6
Output of
npx react-native info
Steps to reproduce
npx react-native@next init RN071RC6 --version 0.71.0-rc.6
cd ios && pod install
On System info above
Snack, code example, screenshot, or link to a repository
TODO
The text was updated successfully, but these errors were encountered: