针对你遇到的问题 "setup completed [!] unable to find a pod with name, author, summary, or desc",这里有几个可能的解决方案。这个错误通常表明 CocoaPods 无法在其索引中找到指定的 Pod。下面是一些解决步骤: 1. 确认问题背景与上下文 首先,确认你是否在尝试搜索一个确实存在的 Pod。例如,AFNetworking 是...
制作cocoapods私有库时,输入pod search Person (Person为自己私有库)发现提示"[!] Unable to find a pod with name, author, summary, or description matching `Person`" ,作为第一次尝试制作私有库的小白 ,脑子里首先想到的是:一定是我制作的库出问题了。怎么办?只能从头再来咯。于是笔者重头来了一遍:文件夹...
Setup completed [!] Unable to find a pod with name, author, summary, or description matching `AFNetworking` 解决方案 移除/.cocoapods/repos目录下的master文件,然后重新下载即可。 1、 打开访达 长按command+shift+G 输入 ~/.cocoapods/repos 删除master文件夹 2、打开终端,输入一下命令 // 进入相关...
网上的方法是删除pod search生成了search_index.json。 终端输入:rm ~/Library/Caches/CocoaPods/search_index.json 删除成功后,再执行pod search。 我使用的解决方法: 新建一个工程,cd到工程下,终端执行 pod init --> 此时执行 pod search xxxx 还是会报错的!【先跳过】 --> pod install --no-repo-update ...
1. 执行 pod setup,然后继续执行 pod search。 2. 如果还是搜索不到,执行 rm ~/Library/Caches/CocoaPods/search_index.json 3. 继续 pod search,等待一会完成后就能搜索到了
Unable to find a pod with name, author, summary, or description matching 错误 执行pod setup其实在你安装CocoaPods执行pod install时,系统会默认操作pod setup,然而由于中国强大的墙可能会pod setup不成功。这时就需要手动执行pod setup指令,如下: 终端输入:pod setup ...
Git错误[!] Unable to find a pod with name, author, summary, or description matching `AFNetworking` cd ~/Library/Caches/CocoaPods/ rm search_index.json 去到指定文件夹,删除search_index.json,然后再pod search xxx 重新生成这个json文件
Open opened this issueJul 14, 2023· 0 comments mattmapadmimentioned this issueJul 3, 2024 Pod not showing on Cocoapods.org search#12445 Open Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment...
然后我在终端输入pod search fmdb,结果竟然提示:[!] Unable to find a pod with name, author, summary, or description matching `fmdb` 1. 2. 3. 4. 5. 接着我就输入pod setup手动安装,先出现Setting up CocoaPods master repo,但是它又提示错误: ...
iOS使用pod 来搜索和安装 DifferenceKit提示安装失败,未找到,请问有什么办法解决吗?还是作者自己上传的问题。pod其他的库都是正常的: Unable to find a pod with name, author, summary, or description matching DifferenceKit 如果是作者自己的问题的话,要怎么样手动安装DifferenceKit这个第三方库?swift...