You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: