CocoaPods / cocoapods.org

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

README.md from the git repo is not updated on cocoapods.org #321

Closed markpiller closed 6 years ago

markpiller commented 7 years ago

We published a new version of our pod which you can see at: https://cocoapods.org/pods/Backendless

The podspec for the version is available at: https://github.com/CocoaPods/Specs/blob/master/Specs/5/4/4/Backendless/4.0b3/Backendless.podspec.json

The problem is the README.md file from the github repo is not shown on page for our pod - it shows some old/outdated file.

The file we need to be rendered is at: https://github.com/Backendless/ios-SDK/blob/master/README.md

Fidetro commented 7 years ago

I have same Issue,Did you solve it?

markpiller commented 7 years ago

Somehow it just got updated in cocoapods. Although the file is still cached in the Cocoapods side - we change it in github, but the changes are not propagated.

zezha-msft commented 7 years ago

I'm having the same issue 😢

@Fidetro Did your pod fix itself?

Fidetro commented 7 years ago

@zezha-msft My pod update README in next version,but I don't know how to fix it

paynerc commented 7 years ago

We also have a new README.md, but Cocoapods.org is still showing the old version.

zezha-msft commented 7 years ago

@Fidetro Ok thank you!

To the admins: could you please trigger the documentation update again for us?

My pod is here.

yvbeek commented 7 years ago

I'm having the same issue: https://cocoapods.org/pods/Telegraph The README isn't up-to-date.

@orta @alloy is this a bug? Or should I run a command to trigger an update? Similar issues: https://github.com/CocoaPods/cocoapods.org/issues/323 https://github.com/CocoaPods/cocoapods.org/issues/324

omaralbeik commented 7 years ago

We're having the same problem for https://cocoapods.org/pods/SwifterSwift

mayankk2308 commented 7 years ago

Same issue with my pod at: https://cocoapods.org/pods/MKDataDetector

orta commented 6 years ago

This should probably be fixed by https://github.com/CocoaPods/trunk.cocoapods.org/pull/235 and https://github.com/CocoaPods/cocoadocs.org/pull/555 - you're welcome to run through the help instructions in the README

sisoje commented 6 years ago

seems ip in the readme is not valid, and cocoapods does not update README anymore when new version is released, so no way to get it working now

trulyronak commented 6 years ago

This is happening with me: https://cocoapods.org/pods/ZestySwiftContentEndpointWrapper vs https://github.com/zesty-io/ZestySwiftContentEndpointWrapper

Ajaypp242 commented 3 years ago

I am facing same issue cocopod document not updating from latest version Read.me

jevonmao commented 3 years ago

My Cocoapod shows up on the search results, but it keeps redirecting to Github page. https://cocoapods.org/pods/PermissionsSwiftUI

pedromdav commented 3 years ago

Facing the same issue here as well. Any solutions?

jadebowl commented 11 months ago

Hey there, I am still facing this issue. Even though the version number is correct on top (latest 3.0.2), the README.md is not updating. It's still at the initial version but I had to change the Library name so I really need it to update. Did anyone find a solution for this?

Screenshot 2023-10-12 at 22 31 21

CocoaPods: https://cocoapods.org/pods/AlertViewCustom GitHub: https://github.com/jadebowl/AlertViewCustom

jevonmao commented 11 months ago

This is by no means official, and just my personal speculation, but for everyone also experiencing this issue still, it is not fixed and likely will never be. With how widely adopted SPM is now, Cocoapods is almost completely obsolete.