Error on pod install

后端 未结 10 2023
南笙
南笙 2020-11-30 17:03

I have a working project the uses a pod file for some weeks now. When I learned that some of my pods have update I tried to \'pod install\' on got this weird error

10条回答
  •  爱一瞬间的悲伤
    2020-11-30 17:20

    when my projects get big and I have a large pod file, I run into this problem quite a bit.

    My solution is as follows :

    pod repo remove master
    pod setup
    pod install
    

提交回复
热议问题