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

2021-05-07  本文已影响0人  90后的晨仔

参考文章

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.

2. 执行 pod trunk push JCZJTest.podspec --verbose报错如下:

[!] You need to run pod trunk register to register a session first.

执行 pod trunk register xxx@qq.com ‘manongchenzai’ --description='macbook Air'
说明: pod trunk register + 自己邮箱 + 名字 + 描述

上一篇 下一篇

猜你喜欢

热点阅读