Error on pod install

后端 未结 10 2013
南笙
南笙 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:32

    solved it on my own the trick was to use $sudo rm -rf ~/.cocoapods to clean the cocoapods master repo and then pod install worked without any problems.

    hope this helps other people whom encountered this issue

提交回复
热议问题