I am getting " WARN | url: (homepage) The URL is not reachable." on iOS pod lib lint command?

huangapple go评论65阅读模式
英文:

I am getting " WARN | url: (homepage) The URL is not reachable." on iOS pod lib lint command?

问题

警告 | URL:URL(https://github.com/username/repo_name)无法访问。我无法弄清楚如何修复它。

英文:

When I am adding my private repo name in homepage url in .podspec file I am getting following warning,

WARN  | url: The URL (https://github.com/username/repo_name) is not reachable.

I can't figure out how to fix it.

答案1

得分: 9

尝试:

pod lib lint --private

以跳过仅适用于公共库的检查。

> 注意:您仍然可以看到警告,但只要修复了所有公共警告,您的验证就会通过。

英文:

Try:

pod lib lint --private

to skips checks that apply only to public pods.

> NOTE: You will still be able to see the warnings but your validation will pass once all public warnings have been fixed.

huangapple
  • 本文由 发表于 2020年1月6日 20:47:32
  • 转载请务必保留本文链接:https://go.coder-hub.com/59612400.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定