我下载了github socket.swift,按照安装说明创建了Podfile,
但是Cocoapods“pod install”得到错误。
Podfile是:
[![# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
source 'https://github.com/CocoaPods/Specs.git'
target 'SocketSwift' do
# Pods for SocketSwift
pod 'Socket.swift', '~> 2.4.0'
end][1]][1]
代码未修改Socket.swift
1条答案
按热度按时间kq4fsx7k1#
取消注解# platform:ios,'9.0'行
所以去掉#