-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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 range "t-5" in string transliteration #34530
Comments
I am also facing the same issue. |
If I remove these lines, error message disappear. So these lines maybe related to this issue.
|
Set this flag |
I can confirm, this is actually works. Thanks 👍🏻 |
No, it's not working on my end. After removing this code from podfile it works.
|
I tired, it does not work. First of all I don't think it's a good idea to remove the post install phase. As @codingslash76 mentioned, it works if we remove the
but this is inside the npm package so it will have to be done every time we do npm install. |
Could you please specify which file you modified? I'm facing the same issue. Thanks! |
This work around is working, for now, shouldnt make you miss anything. |
New Version
0.70.0
Old Version
0.66.4
Build Target(s)
iOS debug
Output of
react-native info
Issue and Reproduction Steps
Upon doing
pod install
ornpx pod-install
this message will occur.I have tried using ruby rvm and use ruby 2.7.5 and adding the gemfile after bundle install, it still gives the same error.
The text was updated successfully, but these errors were encountered: