You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xcode 12: 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.2.99.
Support for iOS 8 seems to be gone for good.
Any change to bump you minimum deployment version?
Thanks.
Ah, it actually gives me an error too and I'm unable to build:
The package product 'RxSwift' requires minimum platform version 9.0 for the iOS platform, but this target supports 8.0
The package product 'RxCocoa' requires minimum platform version 9.0 for the iOS platform, but this target supports 8.0
The text was updated successfully, but these errors were encountered:
backslash-f
changed the title
[Warning] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0...
[Swift Package Manager] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0...
Oct 28, 2020
Integrated via SPM.
Xcode 12:
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.2.99.
Support for iOS 8 seems to be gone for good.
Any change to bump you minimum deployment version?
Thanks.
Ah, it actually gives me an error too and I'm unable to build:
The text was updated successfully, but these errors were encountered: