invalid range "t-5" in string transliteration [iOS]
See original GitHub issueDescription
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
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:11 (5 by maintainers)
Top GitHub Comments
Escape t with \t character in node_modules/react-native/scripts/cocoapods/utils.rb:144 also works:
Possible duplicate: https://github.com/facebook/react-native/issues/34530