Cocoapods: pod search AFNetWorking

Created on 5 Feb 2016  ·  36Comments  ·  Source: CocoaPods/CocoaPods

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

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.

rm ~/Library/Caches/CocoaPods/search_index.json
pod search AFNetworking

All 36 comments

It's AFNetworking you're looking for, note the lowercase w - please use Stack Overflow for these kinds of questions.

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

2016-02-06 9 29 19

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

marzapower picture marzapower  ·  3Comments

pallaviMN picture pallaviMN  ·  3Comments

intelliot picture intelliot  ·  3Comments

dawnnnnn picture dawnnnnn  ·  3Comments

iosdev-republicofapps picture iosdev-republicofapps  ·  3Comments