pod install failed with error: Library (from `../`)` required by `Podfile` when pod install in iOS

后端 未结 4 1490
自闭症患者
自闭症患者 2021-02-04 08:21

I am making a cocoapods. I am using pod lib create MyLibrary to create a new cocoapods. After it\'s done, I added two files into MyLibrary/Pod/Classes/. And I commi

4条回答
  •  情歌与酒
    2021-02-04 09:06

    try this:

    $ sudo rm -fr ~/Library/Caches/CocoaPods/
    $ sudo rm -fr ~/.cocoapods/repos/master/
    

    it works for me. I hope this solution will work for you too.

提交回复
热议问题