美文网首页
Cocoapods之:使用

Cocoapods之:使用

作者: WorldPeace_hp | 来源:发表于2021-03-23 14:47 被阅读0次

$ pod -version

$ pod init

$ pod setup

$ pod repo list

$ pod repo add

$ pod repo update(更新本地库)

$ pod repo remove

$ pod search AFNetworking

$ pod install

$ pod update

pod install来安装新的库,即使你的工程里面已经有了Podfile,并且已经执行过pod install命令了;所以即使你是添加或移除库,都应该使用pod install。
pod update [PODNAME] 只有在你需要更新库到更新的版本时候用。

相关文章

网友评论

      本文标题:Cocoapods之:使用

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