socketio / socket.io-client-swift

Other
5.21k stars 839 forks source link

bump: ios_deployment target to 12.0 for starscream dependency in cocoapods #1488

Open metalurgical opened 4 months ago

tumata commented 2 months ago

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