Unable to find a pod with name, author, summary, or descriptionmatching AFNetWorking
how to fix it???,
rm -rf ~/.cocoapods
pod setup
pod install
these command line not work for me
It's AFNetworking
you're looking for, note the lowercase w
- please use Stack Overflow for these kinds of questions.
you mean here http://stackoverflow.com/questions/21342574/cocoapods-error-to-install-search-pods???
not work !
Use AFNetworking
not AFNetWorking
➜ ~ pod search AFNetworking
[!] Unable to find a pod with name, author, summary, or descriptionmatching AFNetworking
What's your CocoaPods version?
You can check via pod --version
~ pod --version
1.0.0.beta.3
Can you share outputs of the following commands?
ls ~/Library/Caches/CocoaPods
less search_index.json
➜ ~ ls ~/Library/Caches/CocoaPods
search_index.json
➜ ~ less search_index.json
search_index.json: No such file or directory
I'm sorry I lacked the prefix, please run this:
less ~/Library/Caches/CocoaPods/search_index.json
May I ask to run the following also?
ls ~/.cocoapods/repos/master/Specs | grep AFNetworking
➜ ~ ls ~/.cocoapods/repos/master/Specs | grep AFNetworking
AFNetworking
AFNetworking+AutoRetry
AFNetworking+Ext
AFNetworking+ImageActivityIndicator
AFNetworking+SingleBlock
AFNetworking+streaming
AFNetworking-BoltsSupport
AFNetworking-MUResponseSerializer
AFNetworking-PromiseKit
AFNetworking-RACExtensions
AFNetworking-RACRetryExtensions
AFNetworking-ReactiveCocoa
AFNetworking-Synchronous
AFNetworking-Webp
AFNetworking2-RACExtensions
AFNetworkingHelper
CollectionUtils-AFNetworking
CollectionUtils-AFNetworking-1.3
HYVConfiguratorAFNetworking-Mantle
Haneke+AFNetworking
JJAFNetworking
PromiseKit-AFNetworking
UIImageView_AFNetworking-Blocks
XMAFNetworking
➜ ~
Hey , I want to how I can fix it ??? please Quick tell me!
Are you able to pod search for other framework?
Can you try removing search_index.json
and run search command again? I'd be happy if you send the output of the command again.
rm ~/Library/Caches/CocoaPods/search_index.json
pod search AFNetworking
It's work now. how I can Reinstall the correct cocoapods ?
why this bug happen to me?
it's waste my lots of time, so how I can thoroughly solve it?
@zdrzdr Yavuz is giving you free help in his spare time -- demand he help you faster won't fix your problems any sooner.
Thank you very much
Thank you so much for such tips, the problem troubled me quite a few hours
it's work .Thank you.
i met the same problem,The difference is my private pod.
That's wonderful! This problem trouble me a few days! thanks ,Yavuz.
i fix it by reinstall cocospod. ~~
Oh No This bug also happen to me
this bug happen to me,and i run this
rm ~/Library/Caches/CocoaPods/search_index.json
$ pod search AFNetworking
but it's not work ,still can not find.
[!] Unable to find a pod with name, author, summary, or descriptionmatching AFNetworking
It works,thx.
I used you suggestions,but my pods can't work. What can I do?
I have already set up my pods again and again,but it's also unable to find a pod with name,author and summary...In china the network is very slow... When I setting up the repo,I have to wait for over 10 minuts ... Wating for you comments.....
Did you change your Cocoapods port to Taobao.org?
在 2016年8月5日,下午10:44,zbs540604232 [email protected] 写道:
I have already set up my pods again and again,but it's also unable to find a pod with name,author and summary...In china the network is very slow... When I setting up the repo,I have to wait for over 10 minuts ... Wating for you comments.....
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/CocoaPods/CocoaPods/issues/4865#issuecomment-237869437, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ39siKGRsMxGh6LzKmVOVvOlf6x0wRJks5qc0xGgaJpZM4HUULO.
who r u?
At 2016-08-05 22:37:12, "zbs540604232" [email protected] wrote:
I used you suggestions,but my pods can't work. What can I do?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
[!] Unable to find a pod with name, author, summary, or descriptionmatching PLCameraStreamingKit
thank you,it worked for me.
I have the same problem. When i run the
less ~/Library/Caches/CocoaPods/search_index.json
The terminal crashed ! @manuyavuz
I solved it by:
pod setup
rm -rf ~/Library/Caches/Cocoapods
Then , pod search Luban_iOS
. It successed!
Most helpful comment
Can you try removing
search_index.json
and run search command again? I'd be happy if you send the output of the command again.