cocoapos错误信息

Posted allen12

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cocoapos错误信息相关的知识,希望对你有一定的参考价值。

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`.

解决方法:

技术分享图片

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

以上是关于cocoapos错误信息的主要内容,如果未能解决你的问题,请参考以下文章

错误记录Android Studio 编译报错 ( Could not determine java version from ‘11.0.8‘. | Android Studio 降级 )(代码片段

错误记录Android Studio 编译报错 ( Could not determine java version from ‘11.0.8‘. | Android Studio 降级 )(代码片段

我的C语言学习进阶之旅解决 Visual Studio 2019 报错:错误 C4996 ‘fscanf‘: This function or variable may be unsafe.(代码片段

我的C语言学习进阶之旅解决 Visual Studio 2019 报错:错误 C4996 ‘fscanf‘: This function or variable may be unsafe.(代码片段

为啥这个代码片段说包含错误?

自定义 UIView 编译错误信息