You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After further digging, it turns out one of the packages I use in my project was dependent on an older version of PhoneNumberKit and my project was referencing that old version. The latest version does not have this issue.
New Issue Checklist
Steps to reproduce
Parse SO mobile number starting with "770 xxx xxx"
try? phoneNumberKit.parse("770000000", withRegion: "SO")
Expected result
Valid mobile number
try? phoneNumberKit.parse("770000000", withRegion: "SO")
returns PhoneNumberActual result
Unable to parse number
try? phoneNumberKit.parse("770000000", withRegion: "SO")
is nilEnvironment
SPM
The text was updated successfully, but these errors were encountered: