美文网首页
2023-03-24 pod push推送库遇到问题

2023-03-24 pod push推送库遇到问题

作者: writeSpace | 来源:发表于2023-03-23 15:12 被阅读0次

    报错

    [!] The Pod Specification did not pass validation.
    The following validation failed:
    - Warnings: `*.a` does not match the expected static library name format `lib[name].a`
    

    最后解决了 目测是因为 静态库原因
    --use-libraries 使用静态库
    --verbose 详细信息
    --allow-warnings 允许警告
    --no-clean

    pod trunk push 你的SDK.podspec --use-libraries --verbose --allow-warnings
    

    相关文章

      网友评论

          本文标题:2023-03-24 pod push推送库遇到问题

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