我收到“警告 | url:(主页)无法访问 URL。”在 iOS pod lib lint 命令上?
I am getting " WARN | url: (homepage) The URL is not reachable." on iOS pod lib lint command?
当我在主页 url 的 .podspec 文件中添加我的私人仓库名称时,我收到以下警告,
WARN | url: The URL (https://github.com/username/repo_name) is not reachable.
我不知道如何解决它。
尝试:
pod lib lint --private
跳过仅适用于 public pods.
的检查
NOTE: You will still be able to see the warnings but your validation will pass once all public warnings have been fixed.
当我在主页 url 的 .podspec 文件中添加我的私人仓库名称时,我收到以下警告,
WARN | url: The URL (https://github.com/username/repo_name) is not reachable.
我不知道如何解决它。
尝试:
pod lib lint --private
跳过仅适用于 public pods.
的检查NOTE: You will still be able to see the warnings but your validation will pass once all public warnings have been fixed.