参考文章 1. pod lib lint (检查本地pod)报错
[!] DemoPodSpecs did not pass validation, due to 2 warnings (but you can use --allow-warnings to ignore them).
You can use the --no-clean option to inspect any issue.
解决办法:用 pod lib lint --allow-warnings 命令
参考文章 1. pod lib lint (检查本地pod)报错
[!] DemoPodSpecs did not pass validation, due to 2 warnings (but you can use --allow-warnings to ignore them).
You can use the --no-clean option to inspect any issue.
解决办法:用 pod lib lint --allow-warnings 命令