PhoneNumberKit icon indicating copy to clipboard operation
PhoneNumberKit copied to clipboard

CocoaPods specs repo missing the latest (few latest) versions

Open alexmx opened this issue 2 years ago • 4 comments

Latest available version of PhoneNumberKit in the CocoaPods specs repo is 3.3.4

Latest PhoneNumberKit version is 3.4.1 and it is missing from the specs repo.

I see that the Podspec file is updated with the correct version in master so seems like somebody needs to push it to the CocoaPods repo.

Could this be done please?

alexmx avatar May 27 '22 11:05 alexmx

Sorry, but I don't have rights to to so. The only one who can do it is @marmelroy

bguidolim avatar May 27 '22 11:05 bguidolim

@alexmx As a temporary workaround you can update your Podfile to have the git source for this repo, so it will be kept updated: pod 'PhoneNumberKit', :git => 'https://github.com/marmelroy/PhoneNumberKit'

petermolnar-dev avatar Jun 06 '22 12:06 petermolnar-dev

Really need to have this updated as the current podspec, if used on a M1 machine will cause a crash in the PartialFormatter

We temporarily pointed our podfile to :git => 'https://github.com/marmelroy/PhoneNumberKit', :tag => '3.4.1', but I would ask that the podspec be updated on the main cocoapods CDN if possible.

Edit: Well, after some effort my teammate on an M1 actually had success...

gerry-wood-sumup avatar Jun 30 '22 17:06 gerry-wood-sumup

@gerry-wood-sumup : For us it was working well with my suggestion. Indeed, without the CocoaPods CDN it was slowly resolved in our CI/CD. As a solution we moved (only this package for now) under SwiftPM.

Actually at the moment we are using SwiftPM and CocoaPods together in that particular project, with the intention of migrating all dependencies to SwiftPM. If you don't have other constraints you can give a try on that configuration as well.

petermolnar-dev avatar Jun 30 '22 20:06 petermolnar-dev

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Aug 30 '22 04:08 github-actions[bot]

Hi @marmelroy, this needs to be reopened as the latest versions are still not available.

kubatruhlar avatar Nov 23 '22 18:11 kubatruhlar