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

相關文章
相關標籤/搜索