Skip to content
This repository has been 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

Open
2 of 7 tasks
fullflash opened this issue Sep 7, 2023 · 3 comments
Open
2 of 7 tasks

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

fullflash opened this issue Sep 7, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@fullflash
Copy link

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'

@fullflash fullflash added the bug Something isn't working label Sep 7, 2023
@rexalvinchan
Copy link

Hi, I am experiencing the same issue.

@fullflash
Copy link
Author

Hi, I am experiencing the same issue.

just change tag version to 3.5.10 in your podfile and it will work

@PiyushPoshiya
Copy link

face same issue like

[!] CocoaPods could not find compatible versions for pod "PhoneNumberKit/PhoneNumberKitCore":
In Podfile:
phone_number (from .symlinks/plugins/phone_number/ios) was resolved to 2.0.1, which depends on
PhoneNumberKit/PhoneNumberKitCore (= 3.5.10)

None of your spec sources contain a spec satisfying the dependency: PhoneNumberKit/PhoneNumberKitCore (= 3.5.10).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants