marmelroy / PhoneNumberKit

A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
MIT License
5.16k stars 824 forks source link

Project not build when use this library #709

Closed Amid666 closed 11 months ago

Amid666 commented 1 year ago
Знімок екрана 2023-10-04 о 12 12 14

When I build project I have this error. I use version 3.7.4, what I do wrong?

AlexanderBondar commented 1 year ago

try to use - pod 'PhoneNumberKit', '3.7.0'

bguidolim commented 1 year ago

I will need some more information to help here, like:

zakblacki commented 1 year ago

I can also confirm project not build when use this library except different error : Compiling for iOS 11.0 but module PhoneNumberKit has a minimum deployment target of 12.0 although I'm doing this in the context of flutter, except that on my pod file I'm already using platform :ios, '12.1' and on xcode target runner I'm also using ios minimum deployment target 12.1 also tried cleaning build and updated my cocopad and brew

Edit : it seems I have to keep using lower version 3.6.8 until author update package

github-actions[bot] commented 12 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.