参考:iOS组件化搭建私有库(cocoapods,gitlab ) - 知乎
1、git push -u origin master报错
git token git push -u origin maste需要输入token不是密码!!!!
2、报错 pod repo push JDYYSpec JDYYPodTest.podspec --allow-warnings
执行 pod repo add JDYYSpec https://github.com/maidi0219/JDYYSpec.git解决
3、参考上面文章全部 *** 作完,全部过程成功了,CocoaPods.org 还是查不到,Pod Search 也查不到
经过好久的挣扎,终于,破案了!破案了!!!!!!
之所以查不到是因为github上建的是共有库,公有库还缺少几个步骤
pod trunk register xxxxx@qq.com 'Hellow word' --description='mac'
pod trunk push JDYYPodTest.podspec --allow-warnings
最后才算成功了
pod search能查到了
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)