This repository has been archived by the owner on Jan 27, 2024. It is now read-only.
[CocoaPods]: PhoneNumberKit/PhoneNumberKitCore version differs repo from pub.dev #111
Open
2 of 7 tasks
Labels
bug
Something isn't working
Is there an existing issue for this?
Package/Plugin version
2.0.1
Platforms
Flutter doctor
Flutter doctor
Minimal code example
Code sample
Not requiredCurrent Behavior
After updating
form_builder_phone_field
to last version witch depends onphone_number
2.0.1 I could not build app due to PhoneNumberKit/PhoneNumberKitCore version not found in CocoaPods. Then I realised thatphone_number.podspec
in repo and in pub dev are different.Pub.dev podspec:
s.dependency 'PhoneNumberKit/PhoneNumberKitCore', '3.5.10'
Repo podspec
s.dependency 'PhoneNumberKit/PhoneNumberKitCore', '3.6.6'
Expected Behavior
Updating
form_builder_phone_field
should use the correctphone_number
version and build app correctly.Steps To Reproduce
Aditional information
No response
The text was updated successfully, but these errors were encountered: