"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."
@@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "CryptoSwift",
platforms: [
- .macOS(.v10_10), .iOS(.v8), .tvOS(.v9)
+ .macOS(.v10_10), .iOS(.v9), .tvOS(.v9)
],
products: [
.library(