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

Fix Xcode 12 issue about iOS 8 being unsupported. #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DenTelezhkin
Copy link

Currently with Xcode 12 using Changeset produces warning:

The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99.

This PR changes minimum iOS deployment target for CocoaPods to 9.0, and removed platforms from Package.swift.

Please note, that platforms inside Package.swift do not specify supported platforms, but rather minimum versions of supported platforms, which is only needed if package minimum deployment target is higher than SPM supported deployment targets.

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

Successfully merging this pull request may close these issues.

None yet

1 participant