socket.io-client-swift icon indicating copy to clipboard operation
socket.io-client-swift copied to clipboard

bump: ios_deployment target to 12.0 for starscream dependency in cocoapods

Open metalurgical opened this issue 2 years ago • 1 comments

metalurgical avatar Apr 22 '24 07:04 metalurgical

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

tumata avatar Jun 06 '24 22:06 tumata