ios – 如何修复pods许可证文件错误

前端之家收集整理的这篇文章主要介绍了ios – 如何修复pods许可证文件错误前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当我输入
pods install

要么

pods update

我为一个库获得以下内容

无法读取许可证文件/ Users / me / Documents / project / myproject / company / myproduct / Pods / OHAttributedLabel / OHAttributedLabel / LICENSE for the spec OHAttributedLabel(3.5.3)

有谁知道为什么?我被建议:

pod repo remove master
pod setup

无济于事

解决方法

TL;DR It’s Ruby 2.2.+ in OS X. Go back to Ruby 2.1.6.

这是我的问题.

[!] Unable to read the license file ‘…/LICENSE_.txt’ for the spec ‘pod (v.v.v)’

但是在Rails中也遇到了问题.

上周我遇到了同样的问题.并且Rails在文件路径中使用大写字母的加载路径也存在同样的问题.

这是问题和他们的回应.
Strange error in rails – missing helper

这是Github上的问题
https://github.com/rails/rails/issues/18660

所以,我认为存在同样的问题.我回去了,cocoa pod CLI复制了确认中的所有许可证.

事实上,我们应该在cocoa pods github上发布一个问题.

原文链接:https://www.f2er.com/iOS/328391.html

猜你在找的iOS相关文章