I' m using CocoaPods 1.2.0
When I run pod trunk push DNTagView.podspec
, it tell me that DNTagView(1.0.0) successfully published
. But I can't use pod search DNTagView command get a result of my spec. Can someone tell me what happend?
And I can search other specs like AFNetworking, and I have been updated my pod repo.. It still no result..
This is my spec 馃憠 DNTagView
Can you try deleting your local cache? rm -rf ~/Library/Caches/CocoaPods
and then see if that fixes it?
Thank you for helping. The problem is resolved. 馃槉
I met the same problem, I remove the CocoaPods cache, but pod search LLModularization
doesn't find.
Most helpful comment
Can you try deleting your local cache?
rm -rf ~/Library/Caches/CocoaPods
and then see if that fixes it?