[!] Unable to determine Swift version for the following pods:
-
Socket.IO-Client-Swift
does not specify a Swift version and none of the targets (ErizoClient
,ErizoClientTests
, andECIExampleLicode
) integrating it have theSWIFT_VERSION
attribute set. Please contact the author or set theSWIFT_VERSION
attribute in at least one of the targets that integrate this pod. -
StarscreamSocketIO
does not specify a Swift version and none of the targets (ErizoClient
,ErizoClientTests
, andECIExampleLicode
) integrating it have theSWIFT_VERSION
attribute set. Please contact the author or set theSWIFT_VERSION
attribute 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