[!] Invalid Podfile file: undefined method `use_frameworks!’ for #. Updating CocoaPods might fix the issue.
Podfile
我正在使用Cocoapods所以我不明白这个问题.使用swift的项目需要此标记,我使用的是objective-c.
Updating CocoaPods might fix the issue.
是你的问题. use_frameworks!在CocoaPods 0.36.0中添加了刚刚发布的recently.
使用pod –version查看您当前正在运行的内容.假设它早于0.36.0,你需要更新它
[sudo] gem install cocoapods
这与您最初安装它的方式相同.