socketio / socket.io-client-swift

Other
5.21k stars 839 forks source link

Compiling for iOS 10.0, but module 'Starscream' has a minimum deployment target of iOS 12.0 #1472

Open thanhthuc opened 7 months ago

thanhthuc commented 7 months ago

Hi, I have build Carthage module XCFramework in Xcode 15 but there was an issue,

Carthage/Checkouts/socket.io-client-swift/Source/SocketIO/Engine/SocketEngine.swift:27:8: error: compiling for iOS 10.0, but module 'Starscream' has a minimum deployment target of iOS 12.0: /var/folders/dc/3b0xhqnx26z2ymgpgq4_h2h80000gn/T/carthage-xcframework-12mR/Starscream.framework/Modules/Starscream.swiftmodule/arm64-apple-ios.swiftmodule import Starscream

It's seem Xcode 15 disable build for iOS 10.0 target?

Is there anyone help me solve this issue

FitzAfful commented 6 months ago

Hi @thanhthuc Did you manage to solve this?