博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
cocoapos错误信息
阅读量:5068 次
发布时间:2019-06-12

本文共 494 字,大约阅读时间需要 1 分钟。

1.安装时报错,导致安装失败

ERROR:  While executing gem ... (Errno::EPERM)    Operation not permitted - /usr/bin/fuzzy_match

解决方法:

sudo gem install -n /usr/local/bin cocoapods

2.更新时产生一个警告

[!] Automatically assigning platform ios with version 10.3 on target Library because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.

解决方法:

1501610-20181008171949142-1328066281.png

将第二行platform前面的注销# 符号去掉就可以

转载于:https://www.cnblogs.com/allen12/p/9755581.html

你可能感兴趣的文章
善做减法
查看>>
常见的http头信息
查看>>
Java 设计模式 之 调停者模式
查看>>
396. Rotate Function
查看>>
css flex布局
查看>>
jstat命令使用
查看>>
7)-MySQL更新表数据
查看>>
Linux curl命令详解
查看>>
Maven build lifecycle
查看>>
java 数组中插入新的元素
查看>>
弄到现在才知道网页没有combobox,弄网上的服务器控件不方便,自己用textbox+dropdownlist用CSS组合起一个简单的combobox效果。...
查看>>
Singleton Best Practice
查看>>
MVC路由解析---MapRoute
查看>>
ContextMenu 中获得选中的 Item
查看>>
javase基础9
查看>>
用户 'IIS APPPOOL\Private' 登录失败。
查看>>
Hessian和Burlap入门教程
查看>>
CodeIgniter Nginx配置 使他支持pathinfo路由模式
查看>>
jquery .ajax
查看>>
用python实现二分查找
查看>>