当我输入
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在文件路径中使用大写字母的加载路径也存在同样的问题.
这是问题和他们的回应.@H_502_37@Strange error in rails – missing helper
这是Github上的问题@H_502_37@https://github.com/rails/rails/issues/18660
所以,我认为存在同样的问题.我回去了,cocoa pod CLI复制了确认中的所有许可证.
事实上,我们应该在cocoa pods github上发布一个问题.