Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: compiling for iOS 10.0, but module 'Starscream' has a minimum deployment target of iOS 11.0 #1453

Closed
shuftipro opened this issue Aug 24, 2023 · 1 comment

Comments

@shuftipro
Copy link

shuftipro commented Aug 24, 2023

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'

@nuclearace
Copy link
Member

Should be fixed in 16.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants