You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[!] 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
Is there an existing issue for this?
Package/Plugin version
2.0.1
Platforms
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
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'