1

pod search xxx and then output Unable to find a pod with name, author, summary, or description matching xxx

Ketil
  • 11
  • 4

1 Answers1

1

Open terminal

run pod setup

then run rm -rf ~/Library/Caches/Cocoapods

then pod search {anything} and it will work

Mahesh Agrawal
  • 3,348
  • 20
  • 34
  • Actually worked. Can't believe it's so hard to get a basic feature like search up and going for Cocoapods. Gee whiz. – Alyoshak Apr 12 '18 at 23:33