Skip to content

Conversation

@Zandor300
Copy link

Xcode 12 no longer supports iOS 8.x, making it produce a warning for PINCache when using Cocoapods:

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.1.99.

This pull request fixes that by bumping the minimum deployment target to iOS 9.0 to match the SwiftPM Package.swift.

PINOperation is also producing the same warning, but I believe PINCache needs to be updated first in order for PINOperation to be able to drop support for iOS 8.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.

1 participant