Pod search failed solution
When pod shows like Unable to find a pod with name, author, summary, or description matching
The solution is
1 |
rm ~/Library/Caches/CocoaPods/search_index.json |
Means remove the search the index. After pod search again, the search index will recreate and works fine.