Error on pod install

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

    The 100% dead-work one-line command is:

    sudo rm -rf ~/.cocoapods && pod setup && pod install

    I created the issue on GitHub traker:#2185

    And the official answer is:

    This is issue which has already been fixed by @irrationalfab with commit CocoaPods/CLAide@5e023ab. So the fix should be available in the next release of CocoaPods. Just be patient

提交回复
热议问题