Error on “sudo pod install”

后端 未结 2 2006
有刺的猬
有刺的猬 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:52

    From the command line run rm -rf ~/.cocoapods

    Then run pod install again. You shouldn't need the sudo.

    This look like it's caused because there was a change to a spec and it's conflicting with running a git pull

提交回复
热议问题