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

Pod install issue #63

Closed nhatvu95 closed 9 months ago

nhatvu95 commented 10 months ago

flutter_libphonenumber: ^2.2.1

[!] CocoaPods could not find compatible versions for pod "flutter_libphonenumber_ios": In Podfile: flutter_libphonenumber_ios (from .symlinks/plugins/flutter_libphonenumber_ios/ios)

Specs satisfying the flutter_libphonenumber_ios (from.symlinks/plugins/flutter_libphonenumber_ios/ios) dependency were found, but they required a higher minimum deployment target.

kuno commented 9 months ago

same issue

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.16.5, on macOS 14.2.1 23C71 darwin-arm64, locale en-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.1)
[!] Android Studio (version unknown)
    ✗ Unable to determine Android Studio version.
[!] Android Studio (version unknown)
    ✗ Unable to determine Android Studio version.
[✓] VS Code (version 1.85.1)
[✓] Connected device (4 available)
[✓] Network resources

! Doctor found issues in 2 categories.
nhatvu95 commented 9 months ago

Any update?

nhatvu95 commented 9 months ago

Upgrade platform :ios to 12.0

fabienbranchel commented 9 months ago

Upgrade platform :ios to 12.0

@nhatvu95, what do you mean by that ?