[!] Invalid `Podfile` file: synt
2018-08-20 本文已影响65人
甘哲157
[!] Invalid Podfile file: syntax error, unexpected keyword_end, expecting end-of-input.
- 出现该错误的主要原因是 Podfile 语法的问题
- 少写 do .
[!] Invalid Podfile file: syntax error, unexpected end-of-input, expecting keyword_end.
- 出现该错误的主要原因是 Podfile 语法的问题
- 少写 end .