Why is my libraries not able to expand on the CocoaPods and shows as Objective-c not Swift?

狂风中的少年 提交于 2020-01-14 11:53:09

问题


I'm trying to access my libraries through the CocoaPods website, but I cannot see expand button. My libraries are:

  • NextResponderTextField
  • PagedHorizontalView

Here is how they look on cocopods.org website.

NextResponderTextField

PagedHorizontalView

Besides, when I filter the search for swift I don't see my libraries, I only see them under objective-c although both libraries are swift libraries.


回答1:


Depending on how many pods are coming in at once it can take anywhere from 5m to 1hr to get all the data setup for CocoaPods.org's expanded view. When I checked today it was up and running for NextResponderTextField.

That said, there was a bug that may have stopped the parsing for a few days, but I've gone over all Pods since then.




回答2:


@orga, I have the same problem with SwiftCheckboxDialog, it was depolyed 4 days ago, and checking this link (http://api.cocoadocs.org:4567/error/SwiftCheckboxDialog/0.1.0) (from one of your debug examples) shows there is no errors

{"message":"Could not find any errors, perhaps CocoaDocs has not ran the processing?", "trace" :[]}


来源:https://stackoverflow.com/questions/31128927/why-is-my-libraries-not-able-to-expand-on-the-cocoapods-and-shows-as-objective-c

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!