socketio / socket.io-client-swift

Other
5.22k stars 843 forks source link

Is there a new version release plan? #1435

Open Triste-001 opened 1 year ago

Triste-001 commented 1 year ago

Is there a new version release plan for iOS16.3 and xcode 14.2?

Triste-001 commented 1 year ago

@nuclearace

ct-lawrence commented 1 year ago

Hi @nuclearace , Apple will be forcing us to use Xcode 14.1 starting April 2023. Is there a release plan soon? Please see below message from Apple.

ITMS-90725: SDK Version Issue - This app was built with the iOS 15.5 SDK. Starting April 2023, all iOS apps submitted to the App Store must be built with the iOS 16.1 SDK or later, included in Xcode 14.1 or later.

Hi everyone, need help with some alternative solutions you may have. Thanks!

tangzzz-fan commented 1 year ago

I put the Source project's folder "SocketIO" in my own project, and added Starscram as a dependency, either pods or Carthage to solve the compilation problem successfully. You can try this approach. @ct-lawrence @Triste-001