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
pod lib create MyLibrary
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.