-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
invalid range "t-5" in string transliteration [iOS] #34610
Comments
Possible duplicate: |
Escape t with \t character in node_modules/react-native/scripts/cocoapods/utils.rb:144 also works:
|
same errors |
…] for M1 pod install issue.
I am also getting this error when running |
Summary: Fix invalid range "t-5" in string transliteration [iOS] for M1 pod install issue. This should fix pod install error for M1 machines. ## Changelog [iOS] [Fixed] - Fix ios pod install error Pull Request resolved: #34636 Test Plan: Run pod install on M1 machine. Reviewed By: sammy-SC Differential Revision: D39423276 Pulled By: cipolleschi fbshipit-source-id: 4ec95af7103395792facba0f93fd8de05a3fe78d
Summary: Fix invalid range "t-5" in string transliteration [iOS] for M1 pod install issue. This should fix pod install error for M1 machines. ## Changelog [iOS] [Fixed] - Fix ios pod install error Pull Request resolved: #34636 Test Plan: Run pod install on M1 machine. Reviewed By: sammy-SC Differential Revision: D39423276 Pulled By: cipolleschi fbshipit-source-id: 4ec95af7103395792facba0f93fd8de05a3fe78d
I am also getting this on M1. Did the fix that had been merged, fix the problem for you ? |
Yes it was merged and available starting from version 0.70.1 |
Now it works! |
I still got the issue after upgrading to RN 0.70.1. There is something wrong with my configuration ?
Here is info about my project
|
Have you actually open this file on line 145? You can see code in action there and comment that line just check if it helps |
Yes, I checked the file. If I comment the line, pod install worked, but it's not a lasting solution |
facebook#34636) Summary: Fix invalid range "t-5" in string transliteration [iOS] for M1 pod install issue. This should fix pod install error for M1 machines. ## Changelog [iOS] [Fixed] - Fix ios pod install error Pull Request resolved: facebook#34636 Test Plan: Run pod install on M1 machine. Reviewed By: sammy-SC Differential Revision: D39423276 Pulled By: cipolleschi fbshipit-source-id: 4ec95af7103395792facba0f93fd8de05a3fe78d
Description
Get this error on running pod install on Mac Mini m1:




ios/Podfile:
node_modules/react-native/scripts/cocoapods/utils.rb:144:
Suggested change:

Version
0.70.0
Output of
npx react-native info
System:
OS: macOS 12.5.1
CPU: (8) arm64 Apple M1
Memory: 553.00 MB / 8.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.14.2 - /usr/local/bin/node
Yarn: 1.22.19 - ~/.yarn/bin/yarn
npm: 8.18.0 - /usr/local/bin/npm
Watchman: 2021.09.27.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.3 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.4, iOS 15.5, macOS 12.3, tvOS 15.4, watchOS 8.5
Android SDK: Not Found
IDEs:
Android Studio: 2021.1 AI-211.7628.21.2111.8193401
Xcode: 13.4.1/13F100 - /usr/bin/xcodebuild
Languages:
Java: 11.0.11 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: Not Found
react-native: Not Found
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Steps to reproduce
cd ios && pod install
Snack, code example, screenshot, or link to a repository
Already provided
The text was updated successfully, but these errors were encountered: