question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

invalid range "t-5" in string transliteration [iOS]

See original GitHub issue

Description

Get this error on running pod install on Mac Mini m1: image image ios/Podfile: image node_modules/react-native/scripts/cocoapods/utils.rb:144: image

Suggested change: image

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:closed
  • Created a year ago
  • Reactions:1
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
Romick2005commented, Sep 7, 2022

Escape t with \t character in node_modules/react-native/scripts/cocoapods/utils.rb:144 also works:

        lib_search_paths.delete("$(TOOLCHAIN_DIR)/usr/lib/swif\t-5.0/$(PLATFORM_NAME)")
        lib_search_paths.delete("\"$(TOOLCHAIN_DIR)/usr/lib/swif\t-5.0/$(PLATFORM_NAME)\"")
2reactions
Sam-Lam-Secret-Key-Labscommented, Sep 6, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

Invalid range "t-5" in string transliteration · Issue #34530 - GitHub
Upon doing pod install or npx pod-install this message will occur. [!] An error occurred while processing the post-install hook of the Podfile....
Read more >
Remove email address from string in Ruby - Stack Overflow
The problem is i get the error "invalid range "y-d" in string transliteration (ArgumentError)" which I assume is because it's treating my input ......
Read more >
Untitled
Putting nylon strings on a banjo, Harrah's resort socal, Gone in 60 seconds ... Apple iphone starting range, Mass evolution es buena, Costilla...
Read more >
arXiv:2212.10562v1 [cs.CL] 20 Dec 2022
T5 models range from Base (B) (250M params) to. XXL (11B params), while ByT5 models ... is computed on the full string (i.e.,...
Read more >
Text, Speech, and Dialogue - Springer Link
generated text towards the user range across multiple dimensions and ... of application tasks [43], such as neural machine translation, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found