美文网首页
[!] 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 `../..

    解决方法: 1》移除私有索引库: 2》添加私有索引库: 3》添加本地podspec文件到私有索引库即可:

  • 基本概念资料汇总

    repo repo介绍CSDN repo博客 挂载 挂载

  • Pod 常见问题解决

    1,pod repo 切换源 pod repo remove masterpod repo add master ...

  • Git reset a remote repo url

    For instance, the repo is: But for some reason, the repo ...

  • cocoapods远程私有库

    制作私有远程库repo 1、pod repo //查看当前所有的repo 2、准备私有repo的url需要在代码...

  • repo/gerrit总结

    楔子 新接手一个项目,要用到repo和gerrit,总结下repo使用过程。 repo/gerrit概述 repo...

  • iOS 组件化初识

    一、创建本地repo,并与远端repo私有索引库关联 GitLab创建repo私有库 本地创建repo索引文件,并...

  • 制作cocoapods笔记

    1.pod repo list //本机repo list 2.pod repo remove xxx //删除...

  • Repo

    Repo是Google开发的用于管理Android版本库的一个工具。repo并不是用来取代Git,而是用Pytho...

  • Repo

    Repo是干什么的? 用来统一管理Android源代码的工具 Repo命令 核心形式:repo 列如: re...

网友评论

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

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