[!] Unable to determine Swift version for the following pods:
-
Socket.IO-Client-Swiftdoes not specify a Swift version and none of the targets (ErizoClient,ErizoClientTests, andECIExampleLicode) integrating it have theSWIFT_VERSIONattribute set. Please contact the author or set theSWIFT_VERSIONattribute in at least one of the targets that integrate this pod. -
StarscreamSocketIOdoes not specify a Swift version and none of the targets (ErizoClient,ErizoClientTests, andECIExampleLicode) integrating it have theSWIFT_VERSIONattribute set. Please contact the author or set theSWIFT_VERSIONattribute in at least one of the targets that integrate this pod.
使用pod --version
1.5.3 的版本可以编译成功
platform :ios, '9.0' 选择9.0版本 以及Depliyment Target配置为9.0
