cocoapods - 'pod install' takes forever

前端 未结 20 1254
面向向阳花
面向向阳花 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:43

    I ran into the same problem, and I solved it by running the following commands which is given here

    pod repo remove master
    pod setup
    pod install
    

提交回复
热议问题