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
I believe this is the same thing that was happening on a previous issue:
[!] CocoaPods could not find compatible versions for pod "PhoneNumberKit/PhoneNumberKitCore":
In Podfile:
PhoneNumberKit (from https://github.com/marmelroy/PhoneNumberKit) was resolved to 3.7.3, which depends on
PhoneNumberKit/PhoneNumberKitCore (= 3.7.3)
flutter_libphonenumber_ios (from `.symlinks/plugins/flutter_libphonenumber_ios/ios`) was resolved to 1.1.4, which depends on
PhoneNumberKit/PhoneNumberKitCore (= 3.6.6)
Specs satisfying the PhoneNumberKit/PhoneNumberKitCore (= 3.7.3), PhoneNumberKit/PhoneNumberKitCore (= 3.6.6) dependency were found, but they required a higher minimum deployment target.
The text was updated successfully, but these errors were encountered:
If you get rid of pod "PhoneNumberKit", :git => "https://github.com/marmelroy/PhoneNumberKit" in your Podfile it fixed the issue for me. It was mentioned here that this is no longer necessary.
I believe this is the same thing that was happening on a previous issue:
[!] CocoaPods could not find compatible versions for pod "PhoneNumberKit/PhoneNumberKitCore":
In Podfile:
PhoneNumberKit (from
https://github.com/marmelroy/PhoneNumberKit
) was resolved to 3.7.3, which depends onPhoneNumberKit/PhoneNumberKitCore (= 3.7.3)
Specs satisfying the
PhoneNumberKit/PhoneNumberKitCore (= 3.7.3), PhoneNumberKit/PhoneNumberKitCore (= 3.6.6)
dependency were found, but they required a higher minimum deployment target.The text was updated successfully, but these errors were encountered: