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
After Recent updates to starcream cause the following problems when using version 16.0.1. and pushing .framework to cocoapods
"- ERROR | [iOS] xcodebuild: 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 11.0: /Users/programmersforce/Library/Developer/Xcode/DerivedData/App-dxunzexturfkbccfansroziukkks/Build/Products/Release-iphonesimulator/Starscream/Starscream.framework/Modules/Starscream.swiftmodule/x86_64-apple-ios-simulator.swiftmodule"
My project's minimum deployment is already iOS 12.0
After Recent updates to starcream cause the following problems when using version 16.0.1. and pushing .framework to cocoapods
"- ERROR | [iOS] xcodebuild: 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 11.0: /Users/programmersforce/Library/Developer/Xcode/DerivedData/App-dxunzexturfkbccfansroziukkks/Build/Products/Release-iphonesimulator/Starscream/Starscream.framework/Modules/Starscream.swiftmodule/x86_64-apple-ios-simulator.swiftmodule"
My project's minimum deployment is already iOS 12.0
Noticed:
Starscream.podspec has: s.ios.deployment_target = '11.0'
Socket.IO-Client-Swift.podspec has: s.ios.deployment_target = '10.0'
The text was updated successfully, but these errors were encountered: