Skip to content
Discussion options

You must be logged in to vote

hello @Mat40 i can see this error inside logs

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

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

It looks like there is a version mismatch in the dependencies for PhoneNumberKit/PhoneNumberKitCore in your project. The error is indicating that your Podfile is specifying a version of 3.5.10, but the phone_number plugin requires version 3.6.6.
So try updating the…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dtrdic
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants