使用私有Cocoapods仓库遇到的问题总结

139 阅读1分钟

参考文章 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 命令