我已经安装了cocoapods。但是我不能用“pod搜索”

时间:2016-05-30 15:21:01

标签: cocoapods

我在EI上安装了cocoapods。但我不能使用“pod搜索”

DolphindeMacBook-Pro:~ dolphin$ pod --version
1.0.0
DolphindeMacBook-Pro:~ dolphin$ pod search afnetworking
Creating search index for spec repo 'master'.. Done![!] Unable to find a pod with name, author, summary, or descriptionmatching `afnetworking`

如何解决它

3 个答案:

答案 0 :(得分:1)

  • 打开终端并运行rm ~/Library/Caches/CocoaPods/search_index.json
  • pod搜索AFNetworking

如果上述命令请求许可,请使用sudo rm ~/Library/Caches/CocoaPods/search_index.json

答案 1 :(得分:0)

安装cocoapods后,请执行以下步骤:

  • 打开终端窗口,并将* cd放入项目目录(cd~ / Path / To / Folder / Containing / your / app)
  • 通过运行$ pod init
  • 创建Podfile
  • 打开podfile(打开-a Xcode Podfile)并添加podline并保存文件,例如:
  

pod'AFNetworking','〜> 3.0'

  • 在项目目录中运行$ pod install
  • 打开App.xcworkspace

请查看更详尽的指南enter image description here

希望这有帮助!

答案 2 :(得分:0)

应该是创建搜索索引,我也一样,你可以耐心等待,如下:

$ pod search AFNetworking

Creating search index for spec repo 'master'.. Done! Creating search index for spec repo 'master-1'.. Done!

- > AFNetworking(3.1.0)
    一个令人愉快的iOS和OS X网络框架     pod' AFNetworking','〜> 3.1.0'
    - 主页:https://github.com/AFNetworking/AFNetworking
    - 来源:https://github.com/AFNetworking/AFNetworking.git
    - 版本:3.1.0,3.0.4,3.0.3,3.0.2,3.0.1,3.0.0,3.0.0-beta.3,
   3.0.0-beta.2,3.0.0-beta.1,2.6.3,2.6.2,2.6.1,2.6.0,2.5.4,2.5.3,2.5.2,
   2.5.1,2.5.0,2.4.1,2.4.0,2.3.1,2.3.0,2.2.4,2.2.3,2.2.2,2.2.1,2.2.0,
   2.1.0,2.0.3,2.0.2,2.0.1,2.0.0,2.0.0-RC3,2.0.0-RC2,2.0.0-RC1,1.3.4,
   1.3.3,1.3.2,1.3.1,1.3.0,1.2.1,1.2.0,1.1.0,1.0.1,1.0,1.0RC3,1.0RC2,
   1.0RC1,0.10.1,0.10.0,0.9.2,0.9.1,0.9.0,0.7.0,0.5.1 [master repo]
    - Subspecs:
      - AFNetworking / Serialization(3.1.0)
      - AFNetworking / Security(3.1.0)
      - AFNetworking / Reachability(3.1.0)
      - AFNetworking / NSURLSession(3.1.0)
      - AFNetworking / UIKit(3.1.0)

$ pod --version 1.0.1