CocoaPods / cocoapods.org

That website https://cocoapods.org/ - pretty useful
52 stars 47 forks source link

Deleted version still showing on cocoapods.org #476

Open arantes555 opened 1 year ago

arantes555 commented 1 year ago

Hello !

We just created a pod for our project : https://seald.io, called SealdSdk

The problem is, our developer mistakenly published his first test as v1.0.0.

I then successfully deleted the version in question with the pod trunk delete command.

However, it is still this 1.0.0 version, which does not exist anymore, which shows on the cocoapods.org search. So, clicking on the podspec does not work, and updates to it (the description for example) are not taken into account.

At first, I thought that it was because I had only published beta versions after this, so I tried publishing a semver-stable version, and it still appears to be the case.

The Specs repo however seems to be updated correctly: https://github.com/CocoaPods/Specs/tree/master/Specs/2/8/2/SealdSdk .

I don't know how I can trigger a forced synchronization for cocoapods.org . Is there something like that?

Thank you !

arantes555 commented 1 year ago

This seems similar to a few other issues, for example https://github.com/CocoaPods/cocoapods.org/issues/461 or https://github.com/CocoaPods/cocoapods.org/issues/459

cloverdaniel commented 4 months ago

Did anyone ever figure this out? Seeing something similar...