socket.io-client-swift
socket.io-client-swift copied to clipboard
bump: ios_deployment target to 12.0 for starscream dependency in cocoapods
Hello, could we get traction on this one. This is completely blocking us!
We build an SDK that relies on socket.io which in turn relies on Starscream. When building on Xcode15 we have a crash (see daltoniam/Starscream#998).
This was fixed at Starscream 4.0.8 but now we are not able to build our SDK because of course
Socket.IO-Client-Swift/Source/SocketIO/Engine/SocketEngine.swift:27:8: error: compiling for iOS 11.0, but module 'Starscream' has a minimum deployment target of iOS 12.0
This is a complete blocker for us!
@nuclearace