cocoapod 问题1
Posted 墨VS雪
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cocoapod 问题1相关的知识,希望对你有一定的参考价值。
在podfile中的一个类库名称中多了一个----’ 导致整个终端出现这个错误:
[!] Invalid `Podfile` file: syntax error, unexpected tCONSTANT, expecting keyword_end
target ‘LightingProjectTests‘ do
^
/Users/mac/Desktop/工作文档/LightingProject/Podfile:18: syntax error, unexpected tCONSTANT, expecting keyword_end
target ‘LightingProjectUITests‘ do
^
/Users/mac/Desktop/工作文档/LightingProject/Podfile:18: unterminated string meets end of file
/Users/mac/Desktop/工作文档/LightingProject/Podfile:18: syntax error, unexpected end-of-input, expecting keyword_end.
以上是关于cocoapod 问题1的主要内容,如果未能解决你的问题,请参考以下文章
是否可以将一个 cocoapod 包含到另一个 cocoapod 中?
我下载了一个使用 CocoaPods 的开源项目。我必须安装 CocoaPods 吗?