IOS组件化构架遇到问题

时间:2019-04-08 19:47:06   收藏:0   阅读:185

1、上传项目到远程仓库,如果有引用到库framwork或C语言库的话必须使用 --use-libraries

https://blog.csdn.net/yishengzhiai005/article/details/73558673

2、自作pod

git add .
git commit -m "xxx"
git push origin master
git tag -d 0.0.2
git push origin :refs/tags/0.0.2
git tag 0.0.2
git push --tags

pod spec lint --allow-warnings --verbose --use-libraries

pod trunk push --allow-warnings --verbose --use-libraries

 

原文:https://www.cnblogs.com/670074760-zsx/p/10530683.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!