You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for the user, an other solution: add code in your podfile
post_install do |installer|
installer.pods_project.targets.each do |target|
if ['socket.io-client-swift'].include? target.name
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.2'
end
end
end
end
DmitryPR
pushed a commit
to DmitryPR/socket.io-client-swift
that referenced
this issue
Nov 28, 2018
And .podspec Add s.swift_version = "4.2" , Please
The text was updated successfully, but these errors were encountered: