随笔分类 -  Cocoapods

摘要:在终端执行: pod install --no-repo-update 如果是更新操作,执行: pod update --no-repo-update 阅读全文
posted @ 2016-03-07 14:44 Ficow 阅读(731) 评论(0) 推荐(0) 编辑
摘要:出现以下错误时, 关闭当前的工作空间,删除掉文件夹中的workspace,然后重新pod install,install完成之后,通过workspace打开工作空间,clean+build即可,如下所示 在pod install之前,请确保已经执行pod setup命令。 阅读全文
posted @ 2016-02-23 10:33 Ficow 阅读(215) 评论(0) 推荐(0) 编辑
摘要:安装cocoapods的流程: 1.打开终端,输入: sudo gem update —system 2.输入密码,稍等 3.gem sources --remove https://rubygems.org/ ,最后的那个斜杠不能省略!!成功后显示 ...removed from sources。 阅读全文
posted @ 2015-12-13 10:40 Ficow 阅读(373) 评论(0) 推荐(0) 编辑
摘要:关于cocoapods的安装和使用的基本教程: http://my.oschina.net/vimfung/blog/182427?fromerr=j7l3DvCG 出现以下错误提示: Specs satisfying the `IQKeyboardManager (~> 3.3.4)` depen 阅读全文
posted @ 2015-11-23 00:10 Ficow 阅读(5586) 评论(0) 推荐(0) 编辑