'pod install' doesn't update an existing pod

前端 未结 4 571
广开言路
广开言路 2021-01-31 14:57

I am trying to update my pod using pod install and finding that it doesn\'t update properly unless I delete the original pod.

Is t

4条回答
  •  爱一瞬间的悲伤
    2021-01-31 15:38

    I'm not sure from which version, but if you update your cocoapods installation to the latest version, you'll find two new commands to help with this.

    pod outdated
    

    This will list all pods that have updates available.

    pod update
    

    This will update the pods listed in the previous command

提交回复
热议问题