-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
#34610 Fix invalid range "t-5" in string transliteration [iOS] #34636
Conversation
…] for M1 pod install issue.
Base commit: 9788db0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Romick2005, thanks for fixing this issue. I left a comment with a suggestion to improve readability.
Please, update also the tests.
Hi @cipolleschi, thank you for review! Done some changes to make you happier! |
Base commit: 624bdc7 |
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by @Romick2005 in 0cae495. When will my fix make it into a release? | Upcoming Releases |
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
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
Fix invalid range "t-5" in string transliteration [iOS] for M1 pod install issue.
Summary
This should fix pod install error for M1 machines.
Changelog
[iOS] [Fixed] - Fix ios pod install error
Test Plan
Run pod install on M1 machine.