gpt4 book ai didi

ios - 无效的 'Podfile' 文件语法错误,意外的 $undefined,期待 '}'

转载 作者:塔克拉玛干 更新时间:2023-11-02 07:47:26 25 4
gpt4 key购买 nike

我正在尝试在项目中安装一个 pod。但我收到此错误:

Invalid 'Podfile' file syntax error, unexpected $undefined, expecting '}'.

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 有什么问题吗?

最佳答案

我遇到了错误

Invalid `Podfile` file: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
pod 'MBProgressHUD'

因为我声明的 Pod 文件是这样的

pod 'SlideMenuControllerSwift',
pod 'MBProgressHUD'
pod 'SDWebImage'

上面的pod文件名pod 'SlideMenuControllerSwift',中有一个“,”(冒号)。我刚刚删除了冒号标记。它奏效了。

正确的方法:

pod 'SlideMenuControllerSwift'
pod 'MBProgressHUD'
pod 'SDWebImage'

关于ios - 无效的 'Podfile' 文件语法错误,意外的 $undefined,期待 '}',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19587111/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com