我们的 Cocoapods 库页面被重定向到 github 页面
Posted
技术标签:
【中文标题】我们的 Cocoapods 库页面被重定向到 github 页面【英文标题】:Our Cocoapods library page is redirected to github page 【发布时间】:2018-03-05 01:31:51 【问题描述】:我创建了一个新的 pod,并通过发出命令将其推送到 cocoapods,
pod trunk push AIQKit.podspec
过了一会儿,我去cocoapods.org,可以通过搜索AIQKit找到它。但是当我尝试访问时 https://cocoapods.org/pods/AIQKit 即使在 cocoapods 中更新了 4 个版本后,我也总是被重定向到 github 页面。
举报
1.你做了什么?
Then release our library by issuing command below,
$> git add -A && git commit -m "Release 0.9.4"
$> git tag '0.9.4'
$> git push --tags
$> pod lib lint AIQKit.podspec
$> pod trunk push AIQKit.podspec
then I got output,
???? Congrats
???? AIQKit (0.9.4) successfully published
???? February 5th, 09:48
???? https://cocoapods.org/pods/AIQKit
???? Tell your friends!
2。你预计会发生什么?
当我访问 AIQKit 页面时, https://cocoapods.org/pods/AIQKit
我应该看到它的页面。
3.发生了什么事?
但现实是我被重定向到 github 页面 https://github.com/iqnect-org/aiqkit-ios
我可以从 cocoapods 页面搜索中找到 AIQKit,我可以通过将 AIQKit 添加到 Podfile 中来使用 AIQKit
4. CocoaPods 环境
Stack
CocoaPods : 1.4.0
Ruby : ruby 2.3.3p222 (2016-11-21 revision 56859) [universal.x86_64-darwin17]
RubyGems : 2.5.2
Host : Mac OS X 10.13.3 (17D102)
Xcode : 9.2 (9C40b)
Git : git version 2.15.1
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib
Repositories : master - @987654324@ @ 713cb9c62547df8651141d41b306b6c42c182fdd
Installation Source
Executable Path: /usr/local/bin/pod
Plugins
cocoapods-deintegrate : 1.0.2
cocoapods-plugins : 1.0.0
cocoapods-search : 1.0.0
cocoapods-stats : 1.0.0
cocoapods-trunk : 1.3.0
cocoapods-try : 1.1.0
Project that demonstrates the issue
@987654325@
【问题讨论】:
【参考方案1】:最后问题解决了,只是纠正了所有的编译器错误。因此,在发布之前确保示例项目中没有任何编译器错误
【讨论】:
以上是关于我们的 Cocoapods 库页面被重定向到 github 页面的主要内容,如果未能解决你的问题,请参考以下文章
java mockmvc test以确保用户被重定向到授权页面
Spring Security - 用户身份验证有时会失败并且用户被重定向到登录页面