Error on “sudo pod install”

后端 未结 2 2005
有刺的猬
有刺的猬 2020-12-31 21:30

I already have one project working with a podfile.

I wanted to add a Podfile on an old project but I got this error on sudo pod install

Error:

2条回答
  •  南笙
    南笙 (楼主)
    2020-12-31 21:49

    If you're seeing an error like this, it might be because CocoaPods had to force-push their repo. They suggest:

    pod repo remove master
    pod setup
    

提交回复
热议问题