We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The app crashes on selecting +61 country code in iOS, Attaching the logs for reference.
`warning: libphonenumber_plugin was compiled with optimization - stepping may behave oddly; variables may not be available.
specialized SwiftLibphonenumberPlugin.getRegionInfo(call=<unavailable>) at SwiftLibphonenumberPlugin.swift:93:50 [opt] 90 do { 91 let p : NBPhoneNumber = try phoneUtils.parse(phoneNumber, defaultRegion: isoCode.uppercased()) 92 -> 93 let regionCode : String = phoneUtils.getRegionCode(for: p) ^ 94 let countryCode : String = p.countryCode.stringValue as String 95 let formattedNumber : String = try phoneUtils.format(p, numberFormat: NBEPhoneNumberFormat.NATIONAL) 96 Target 0: (Runner) stopped.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The app crashes on selecting +61 country code in iOS, Attaching the logs for reference.
`warning: libphonenumber_plugin was compiled with optimization - stepping may behave oddly; variables may not be available.
frame FlutterSimCountryCode.simCountryCode : "Reply already submitted" on Android #1: 0x0000000104325d50 libphonenumber_plugin
specialized SwiftLibphonenumberPlugin.getRegionInfo(call=<unavailable>) at SwiftLibphonenumberPlugin.swift:93:50 [opt] 90 do { 91 let p : NBPhoneNumber = try phoneUtils.parse(phoneNumber, defaultRegion: isoCode.uppercased()) 92 -> 93 let regionCode : String = phoneUtils.getRegionCode(for: p) ^ 94 let countryCode : String = p.countryCode.stringValue as String 95 let formattedNumber : String = try phoneUtils.format(p, numberFormat: NBEPhoneNumberFormat.NATIONAL) 96 Target 0: (Runner) stopped.
The text was updated successfully, but these errors were encountered: