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

Drop support for iOS 8 #45

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

Conversation

shimastripe
Copy link

@shimastripe shimastripe commented May 6, 2022

WHY

  • This PR is resolved above Xcode 12 warning.
  • Above Xcode 12, Xcode supports above iOS 9.0.
The iOS 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.
  • I want to include this PR because when I try to create XCFramework, it fails due to this Warning!

WHAT

  • Bump deploymentTarget to iOS 9.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

Successfully merging this pull request may close these issues.

None yet

1 participant