RxSwiftCommunity / RxDataSources

UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)
MIT License
3.1k stars 496 forks source link

[Swift Package Manager] The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0... #378

Open backslash-f opened 4 years ago

backslash-f commented 4 years ago

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

Screen Shot 2020-10-28 at 15 26 34

PatrickKaalund commented 4 years ago

Any news on this issue?

freak4pc commented 3 years ago

Fixed in 5.0.0

apvex commented 3 years ago

Nop! I still have the problem with Xcode 12.4 and RxSwift 5.1.2

cotchoninha commented 2 years ago

I'm also having this issue =/