-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduceLaunch Build IOS Expected resultsWorking build Actual results== Building for iOS ==
Archiving com.example.drinki...
Error output from CocoaPods:
Error running pod install Build failed :| Build id (optional)65bbc413bae356d6e47d51c3 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
hello @Mat40 i can see this error inside logs
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. |
Beta Was this translation helpful? Give feedback.
-
I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message or opening a new discussion. |
Beta Was this translation helpful? Give feedback.
hello @Mat40 i can see this error inside logs
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…