我正在尝试在项目中安装一个 pod。但我收到此错误:
无效的 'Podfile' 文件语法错误,意外 $undefined,需要 '}'。
Podfile 包含:
platform :ios, '7.0' pod 'RestKit', '0.21.0'
终端显示以下消息:
[!] Invalid `Podfile` file: compile error
/Users/work/Desktop/tg/RESTKitDemo/Podfile:1: syntax error, unexpected $undefined, expecting '}'
{\rtf1\ansi\ansicpg1252\cocoartf1265
^. Updating CocoaPods might fix the issue.
# from /Users/work/Desktop/tg/RESTKitDemo/Podfile:1
# -------------------------------------------
> {\rtf1\ansi\ansicpg1252\cocoartf1265
# {\fonttbl\f0\fmodern\fcharset0 Courier;}
# -------------------------------------------
我可以知道我的 podfile 有什么问题吗?