Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pod install error (ios) #59

Closed
temcewen opened this issue Oct 2, 2023 · 2 comments
Closed

Pod install error (ios) #59

temcewen opened this issue Oct 2, 2023 · 2 comments

Comments

@temcewen
Copy link

temcewen commented Oct 2, 2023

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.

@woelmer
Copy link

woelmer commented Oct 23, 2023

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.

@acoutts
Copy link
Owner

acoutts commented Dec 7, 2023

Yup the trick from @woelmer should fix this.

@acoutts acoutts closed this as completed Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants