
pod相关
火海夕
入行10+年的开发老鸟,专注客户端开发,精通OC、swift,熟悉WEB、JAVA/PHP、iOS联合开发,拥有5年项目管理经验,擅长敏捷项目开发和管理。乐于交流,分享经验技术,也欢迎职业直接推荐!联系方式:wx=j136845,qq=931637933,邮箱=jutiefeng123@163.com
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
pod install/update 卡住
pod install/update 问题 前几天pod install阿里云的时候卡住了,重新install了几遍也不行,到那就卡,后来发现一个办法.下面给大家介绍一下: 1、pod repo 找到无法install的库,copy地址 2、登陆码云账号(地址:https://gitee.com) 3、进入主页面,点击右上角的“+”,选择“从GitHub或gitlab导入”,然后将第一步中copy的地址贴进去,并完成 4、右键“访达”,点击前往文件夹/用户/XXX/.cocoapods/repos/mast原创 2020-05-25 10:39:14 · 1396 阅读 · 0 评论 -
brew安装protobuf
1、mac 安装brew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2、测试是否已安装成功; which brew 3、用brew安装 brew install protobuf ...原创 2019-12-08 19:20:50 · 2692 阅读 · 0 评论 -
ERROR: Could not find a valid gem 'cocoapods' (= 1.5.2), here is why: Unable to download
今天遇到一个问题 ERROR: Could not find a valid gem 'cocoapods' (>= 0), here is why: Unable to download data from https://gems.ruby-china.org/ - bad response Not Found 404 (https://gems.ruby-ch...原创 2018-08-30 11:37:27 · 2568 阅读 · 0 评论 -
pod报错:Automatically assigning platform `ios` with version `10.0` on target `CloudLive` because no pl
# Uncomment the next line to define a global platform for your project #platform :ios, '10.0' target 'CloudLive' do # Uncomment the next line if you're using Swift or would like to use dynamic...原创 2017-12-18 15:16:15 · 16590 阅读 · 0 评论