美文网首页
pod创建远程私有库

pod创建远程私有库

作者: liang_1 | 来源:发表于2017-03-22 16:13 被阅读0次

    1.创建宿主工程

    pod 指令生成 pod init  pod install

    2.创建远程私有索引库

    码市 码云等、

    添加远程私有索引库关联

    3.创建私人组件

    3.1同样借助第三方托管平台 :创建一个私人组件代码仓库,修改sepc 

    关联远程代码仓库

    git remote 

    git remote add origin https://.....

    push到代码仓 打标签

    验证spec文件 本地验证:pod lib lint 远程验证: pod spec lint

    push spec

    pod search 验证是否成功。

    宿主工程引用 私有库 pos 添加source' 远程私有库地址'

    相关文章

      网友评论

          本文标题:pod创建远程私有库

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