Error on pod install

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

    If you need a clean master spec repo you can try

    cd ~/.cocoapods/master
    git reset --hard
    

    or if you're on CocoaPods 0.23+, use ~/.cocoapods/repos/master.

提交回复
热议问题