Skip to content
This repository was archived by the owner on Jan 27, 2024. It is now read-only.
This repository was archived by the owner on Jan 27, 2024. It is now read-only.

setup phonekit version is not correct '3.6.6' instead of 3.5.10 #114

Description

@fullflash

Is there an existing issue for this?

  • I have searched the existing issues

Package/Plugin version

2.0.1

Platforms

  • Android
  • iOS
  • Linux
  • MacOS
  • Web
  • Windows

Flutter doctor

no related with flutter or doctor )

Minimal code example

pod 'PhoneNumberKit/PhoneNumberKitCore', :git => 'https://github.com/marmelroy/PhoneNumberKit', :tag => '3.6.6'

Current Behavior

unable to install pod

[!] CocoaPods could not find compatible versions for pod "PhoneNumberKit/PhoneNumberKitCore":
  In Podfile:
    PhoneNumberKit/PhoneNumberKitCore (from `https://github.com/marmelroy/PhoneNumberKit`, tag `3.6.6`)

    phone_number (from `.symlinks/plugins/phone_number/ios`) was resolved to 2.0.1, which depends on
      PhoneNumberKit/PhoneNumberKitCore (= 3.5.10)

Expected Behavior

no failure upon pod install

Steps To Reproduce

run pod install after update podfile with setup instructions provided in this github

Aditional information

the correct pod file content is
pod 'PhoneNumberKit/PhoneNumberKitCore', :git => 'https://github.com/marmelroy/PhoneNumberKit', :tag => '3.5.10'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions