cocoapods - 'pod install' takes forever

前端 未结 20 1270
面向向阳花
面向向阳花 2020-11-27 09:20

I was trying to update the existing pods with the pod install command, but it takes forever to run.

The verbose mode shows it was stuck at the following

20条回答
  •  温柔的废话
    2020-11-27 09:51

    I found another way to solve the problem

    pod install --verbose --no-repo-update

    it works for me.

提交回复
热议问题