cocoadocs.org
cocoadocs.org copied to clipboard
CocoaDocs aren't getting generated after a specific version
Issue
I published my pod but the docset does not appear for my latest version. I get a 404 error.
What I Tried
- Tried waiting at least 10 minutes
- Still got a 404 error
- Tried checking prior versions of the docs
- Checked to see if other pages on CocoaPods were broken
- Tried triggering the deploy
- curl http://207.254.41.223:4567/redeploy/IterableSDK/latest
- curl: (7) Failed to connect to 207.254.41.223 port 4567: Connection refused
Same is happening for all of our pods
I am also facing the same issue for my repo https://github.com/vinaychopra90/HairLine
A number of other pods are having issues:
- AWSAppSync
- ID3TagEditor
- MessageViewController
- Animoji
- PushNotifications
- SwiftyEssentials
...the list goes on. It seems new versions aren't updated as stated. Not to mention, the API seems to be down. DNS can't resolve the host name. http://api.cocoadocs.org:4567
Hi, yep, the original plan was to have BuddyBuild handle a lot of this, but unfortunately since the apple acquisition we've had to backtrack on that. I'm struggling to find the time to fix it. I built out a replacement for some of CocoaDocs' infra here, but I only have so much time to give to CocoaPods.
I understand. It is opensource of course :) Thanks for the reply!
@bmckalla Any Luck ?