我正在尝试在我的ios项目中使用此库:https://github.com/nuclearace/Socket.IO-Client-Swift
我正在尝试使用cocoapods.I在我的项目库中创建了Podfile
。
这是我的podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'Socket.IO-Client-Swift', '~> 2.2.2’
当我跑步时,我遇到以下错误:
SyntaxError - /Users/.../Documents/SwiftSonSurum/Podfile:4: unterminated string meets end of file
[!] Oh no, an error occurred.
It appears to have originated from your Podfile at line 4.
如何解决这些错误?
答案 0 :(得分:2)
您的podfile的最后一个引用应该是'
而不是’