socketio / socket.io-client-swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

thanhthuc opened this issue · comments

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

Hi @thanhthuc Did you manage to solve this?