安装CocoaPods 步骤 pod install 被卡住:Updating local specs repositories

<p style="font-family: Menlo; white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px; line-height: normal;"><span style="font-size:18px;"><span style="line-height: normal; font-family: 'PingFang SC'; font-variant-ligatures: no-common-ligatures;">安装</span><span style="font-variant-ligatures: no-common-ligatures;">cocopods</span></span></p><p style="font-family: Menlo; white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px; line-height: normal;"><span style="font-size:18px;"><strong>1.打开终端</strong></span></p><p style="font-family: Menlo; white-space: pre-wrap; margin-top: 0px; margin-bottom: 0px; line-height: normal;"><span style="font-size:18px;"><strong><span style="font-variant-ligatures: no-common-ligatures">2.cd  </span><span style="line-height: normal; font-family: 'PingFang SC'; font-variant-ligatures: no-common-ligatures;">导入路径 // 可以直接将文件夹拖到中断路径自动填上</span></strong></span></p><p style="margin-top: 0px; margin-bottom: 0px; line-height: normal;"><span style="font-variant-ligatures: no-common-ligatures;"><span style="font-size:18px;"><span style="font-family:Menlo;"><span style="white-space: pre-wrap;"><strong>3.touch Podfile  // 生成pod file 文件</strong></span></span></span></span></p><p style="margin-top: 0px; margin-bottom: 0px; line-height: normal;"><span style="font-variant-ligatures: no-common-ligatures;"><span style="font-size:18px;"><span style="font-family:Menlo;"><span style="white-space: pre-wrap;"><strong>4.在podfile 文件里写你要装的库文件</strong></span></span></span></span></p><p style="margin-top: 0px; margin-bottom: 0px; line-height: normal;"><span style="font-variant-ligatures: no-common-ligatures;"><span style="font-size:18px;"><span style="font-family:Menlo;"><span style="white-space: pre-wrap;">例:platform :ios, '7.0'
pod 'AFNetworking'
pod 'SDWebImage'
pod 'FMDB'
pod 'TPKeyboardAvoiding'
pod 'MJRefresh'</span></span></span></span></p><p style="margin-top: 0px; margin-bottom: 0px; line-height: normal;"><span style="font-variant-ligatures: no-common-ligatures;"><span style="font-size:18px;"><span style="font-family:Menlo;"><span style="white-space: pre-wrap;">// 不写后面版本,默认下载最新的</span></span></span></span></p><p style="margin-top: 0px; margin-bottom: 0px; line-height: normal;"><strong><span style="font-family:Menlo;font-size:18px;"><span style="white-space: pre-wrap;">6.</span></span><span style="font-size:18px; font-family: Menlo; white-space: pre-wrap;">pod install  // 就会安装库</span></strong></p><span style="font-family: arial, 'courier new', courier, 宋体, monospace, 'Microsoft YaHei'; white-space: pre-wrap;"><strong><span style="font-size:18px;color:#330033;">pod install 被卡住:Updating local specs repositories  被强了, 我用 </span></strong></span><span style="font-family: arial, 'courier new', courier, 宋体, monospace, 'Microsoft YaHei'; white-space: pre-wrap; color: rgb(51, 0, 51);font-size:18px; font-weight: bold;">pod install --verbose --no-repo-update</span><span style="font-family: arial, 'courier new', courier, 宋体, monospace, 'Microsoft YaHei'; white-space: pre-wrap;"><strong><span style="font-size:18px;color:#330033;">
</span></strong><span style="color: rgb(70, 70, 70); font-size: 14px;">
</span></span>
<span style="font-family: arial, 'courier new', courier, 宋体, monospace, 'Microsoft YaHei'; white-space: pre-wrap;"><span style="color: rgb(70, 70, 70); font-size: 14px;">// </span><span style="font-size:18px;color:#330033;"><strong>如果出现</strong></span></span><h1 id="subject_tpc" style="outline: none; margin: 0px 0px 15px 15px; padding: 0px; line-height: 1; font-family: 'Helvetica Neue', Helvetica, STheiti, 微软雅黑, 黑体, Arial, Tahoma, sans-serif, serif;"><span style="font-size:18px;color:#330033;">执行pod install时提示-bash: pod: command not found  </span><span style="font-weight: normal; font-size: 16px; color: rgb(51, 102, 204);"> </span></h1>
<span style="font-size:18px;"><strong>可能是cocoa pods 没装好</strong></span><span style="font-size:18px;"><strong>重装就行</strong></span>
<span style="font-size:18px;"><strong>附 cocoapods 安装</strong></span>
<span style="font-size:18px;"><strong>1.打开终端</strong></span>
<span style="font-size:18px;"><strong>2.<span style="font-family: 'microsoft yahei'; font-size: 14px;">$ gem source -a </span><a target=_blank href="https://ruby.taobao.org/" style="color: rgb(202, 0, 0); text-decoration: none; box-sizing: border-box; font-family: 'microsoft yahei'; font-size: 14px;">https://ruby.taobao.org</a><span style="font-family: 'microsoft yahei'; font-size: 14px;"> </span></strong></span>
<span style="font-size:18px;"><strong><span style="font-family: 'microsoft yahei'; font-size: 14px;"><span style="font-family: 'microsoft yahei'; font-size: 14px;"> 可以用 $ gem sources -l 命令查看是否安装成功 成功显示 </span></span></strong></span><p style="margin-top: 0px; margin-bottom: 1.1em; padding-top: 0px; padding-bottom: 0px; box-sizing: border-box; font-family: 'microsoft yahei'; font-size: 14px;">CURRENT SOURCES            </p><p style="margin-top: 0px; margin-bottom: 1.1em; padding-top: 0px; padding-bottom: 0px; box-sizing: border-box; font-family: 'microsoft yahei'; font-size: 14px;">      <a target=_blank href="http://ruby.taobao.org/" style="color: rgb(202, 0, 0); text-decoration: none; box-sizing: border-box;">https://ruby.taobao.org/</a> </p>
<span style="font-size:18px;"><strong>
</strong></span>
<span style="font-size:18px;"><strong>
</strong></span>
pod install  <wbr><span style="word-wrap: normal; word-break: normal; line-height: 24px;">被墙了,请大家</span><span style="word-wrap: normal; word-break: normal; line-height: 24px;">换成pod install --verbose --no-repo-update</span></wbr>
时间: 2024-10-27 06:52:50

安装CocoaPods 步骤 pod install 被卡住:Updating local specs repositories的相关文章

使用CocoaPods被卡住:Updating local specs repositories

使用CocoaPods被卡住:Updating local specs repositories 方法一:等待 或者 方法二:pod install --verbose --no-repo-update这命令只是不让本地配置库更新而已

Pods安装时卡在Updating local specs repositories界面时的处理

使用Pods时,当配置好Podfile后,执行安装时,若用 pod install 那么终端会卡在Updating local specs repositories这个界面网上的原因说是该命令被墙了可以用下面的来代替 pod install --no-repo-update 更新pods时也可以用 pod update --no-repo-update

cocoapods使用一直Updating local specs repositories的解决方案

pod install 换成pod install --verbose --no-repo-update这个命令,前面的命令被墙了 ,<pre id="best-content-2263354209" class="best-text mb-10" name="code" style="white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bot

XCode中安装cocoapods步骤

Ruby是一种功能强大的面向对象的脚本语言 Gem是一个管理Ruby库和程序的标准包,它通过Ruby Gem(如 http://rubygems.org/ )源来查找.安装.升级和卸载软件包,非常的便捷. CocoaPods是iOS最常用最有名的类库管理工具 安装cocoapods 1.移除ruby的源地址 gem sources --remove https://rubygems.org/ 2.添加ruby的源地址 gem sources -a http://ruby.taobao.org/

cocoapods 使用pod install失效解决方法

在使用pod install命令后,一直处于analyzing dependencies的状态,之后出现error: [!] An error occurred while performing `git pull` on repo `master`. [!] /usr/bin/git pull --ff-only From https://github.com/CocoaPods/Specs    81a48d2..2185a7f  master     -> origin/master fa

使用CocoaPods的pod install 遇到的错误,未解决(Xcode版本v6.4,Mac OS版本v10.10.4)

转载请标明出处:http://blog.csdn.net/android_ls/article/details/47059957 一.CocoaPods 是一款很好的依赖管理工具,其安装步骤大致如下: 1.首先确保开发环境中已经安装了 Ruby(一般安装了 XCode,Ruby 会被自动安装上) 建议使用淘宝提供的 Gem源,在终端执行下列命令: $ gem sources --remove https://rubygems.org/ $ gem sources -a http://ruby.t

iMac上安装cocoapods步骤

在安装CocoaPods之前,首先要在本地安装好Ruby环境. 如何安装ruby环境如下:? 对于Mac来说,先安装 [Xcode](http://developer.apple.com/xcode/) 开发工具,它将帮你安装好 Unix 环境需要的开发包?. 步骤1:安装rvm? RVM 是干什么的这里就不解释了,后面你将会慢慢搞明白. $ curl -L https://get.rvm.io | bash -s stable 期间可能会问你sudo管理员密码,以及自动通过homebrew安装

CocoaPods安装小步骤

CocoaPods 安装 使用 1.开启 terminal 2.移除现有 Ruby 默认源 $ gem sources --remove https://rubygems.org/ 3.使用新的源 $ gem sources -a https://ruby.taobao.org/ 4.验证新源是否替换成功 $ gem sources -l 5.安装 CocoaPods $ sudo gem install cocoapods $ pod setup 备注:苹果系统升级 OS X EL Capit

安装CocoaPods遇到的问题 及其解决

本人也是第一次安装这个 CocoaPods,所以刚开始也是遇到了很多懵逼的问题,今天终于搞定了,就自己总结一下,如有错误敬请指出,谢谢! 由于之前,对于终端命令行,不是很了解,总感觉很麻烦,所以也一直没搞CocoaPods,最近比较闲点,就试试 1.打开终端 终端输入  $ruby -v  查看ruby的版本 打印代码: ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin15] 2. 更换ruby镜像 终端输入如