[!] 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 .










网友评论