美文网首页
使用私有Cocoapods仓库遇到的问题总结

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

作者: 90后的晨仔 | 来源:发表于2021-05-07 09:58 被阅读0次

    参考文章

    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 命令

    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 + 自己邮箱 + 名字 + 描述

    相关文章

      网友评论

          本文标题:使用私有Cocoapods仓库遇到的问题总结

          本文链接:https://www.haomeiwen.com/subject/anlsdltx.html