'pod install' doesn't update an existing pod

前端 未结 4 557
广开言路
广开言路 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:42

    You can add the verbose tag and see if there is an error showing up during the update.

    pod install --verbose
    

    Using --verbose is the best way to find out what is going on. Maybe there is a problem with the repo it is trying to update from. Hard to say.

提交回复
热议问题