acoutts / flutter_libphonenumber

Leverages libphonenumber to allow for asynchronous and synchronous formatting of phone numbers in Flutter apps. Includes a TextInputFormatter to allow real-time AsYouType formatting.
MIT License
60 stars 73 forks source link

Update flutter_libphonenumber_ios.podspec #52

Closed Inventrohyder closed 1 year ago

Inventrohyder commented 1 year ago

Fixes:

[!] CocoaPods could not find compatible versions for pod "PhoneNumberKit/PhoneNumberKitCore":
  In Podfile:
    PhoneNumberKit (from `https://github.com/marmelroy/PhoneNumberKit`) was resolved to 3.6.1, which depends on
      PhoneNumberKit/PhoneNumberKitCore (= 3.6.1)

    flutter_libphonenumber_ios (from `.symlinks/plugins/flutter_libphonenumber_ios/ios`) was resolved to 1.1.0, which depends on
      PhoneNumberKit/PhoneNumberKitCore (= 3.6.0)

Specs satisfying the `PhoneNumberKit/PhoneNumberKitCore (= 3.6.0), PhoneNumberKit/PhoneNumberKitCore (= 3.6.1)` dependency were found, but they required a higher minimum deployment target.
acoutts commented 1 year ago

Thanks - going to close this as a duplicate of https://github.com/acoutts/flutter_libphonenumber/pull/51 -- let's take the conversation there since it was first.