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

后端 未结 4 1509
自闭症患者
自闭症患者 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 08:54

    I might be late, but if someone else finds this:

    I often have the same problem, it happens when I use pod install in my own "MyLibrary" instead of pod update.

    So try instead

    pod update
    

    This has to do something with your Podfile.lock, but I cant tell you exactly whats the reason.

提交回复
热议问题