本文介绍了尝试读取不存在的文件夹`/ private / tmp / CocoaPods / Lint / Pods /的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
AM在验证pod规范时得到这个:
AM getting this while validating pod spec:
Attempt to read non existent folder `/private/tmp/CocoaPods/Lint/Pods/Test
请帮忙。
推荐答案
你需要运行 git tag'xxx'
和 git push --tags
在 pod spec lint
之前。
这篇关于尝试读取不存在的文件夹`/ private / tmp / CocoaPods / Lint / Pods /的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!