Closed hasibul-hasan-shuvo closed 1 year ago
I seem to also be getting some phone number parsing errors on valid numbers on a physical device and not the simulator...
It seems this iOS package depends on PhoneNumberKit/PhoneNumberKitCore, 3.3.4
. What is the most recent version?
@VictorUvarov The latest version is 3.5.8 and Yeah I'm also getting phone number parsing errors on some physical devices.
@hasibul-hasan-shuvo It looks like the iOS library no longer supports a recent version on cocoapods. It suggests using the git dependency instead, since they most likely just support swift package manager now. Might need to update the pod spec file to use git instead.
Looks like PhoneNumberKit cocoapods is outdated. Here is the official cocopods version of PhoneNumberKit https://github.com/CocoaPods/Specs/tree/master/Specs/2/4/b/PhoneNumberKit
Hi guys! If someone of you can create a PR with this change, I can review and merge Thanks for help
When trying to check phone number validation it returns invalid even in a valid format. It's having on IOS devices only and not on all IOS devices. I saw that the native package you are using is updated recently but you haven't updated the package version in your package. Hopefully, you will solve the issue as soon as possible.