美文网首页
[!] The repo `PMSpace` at `../..

[!] The repo `PMSpace` at `../..

作者: 一个半吊子工程师 | 来源:发表于2020-11-12 17:34 被阅读0次

    解决方法:

    1》移除私有索引库:

    pod repo remove PMSpace//(PMSpace 索引库名)
    

    2》添加私有索引库:

    pod repo add <索引库名> <索引库地址>
    

    3》添加本地podspec文件到私有索引库即可:

    pod repo push <索引库名> <文件名.podspec> --verbose --allow-warnings
    

    相关文章

      网友评论

          本文标题:[!] The repo `PMSpace` at `../..

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