IOS组件化构架遇到问题

一、上传项目到远程仓库,若是有引用到库framwork或C语言库的话必须使用 --use-librariesgit

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

二、自做podblog

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 --tagsget

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

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

相关文章
相关标签/搜索