RxSwiftCommunity / RxDataSources

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

[Carthage] IPHONEOS_DEPLOYMENT_TARGET on Xcode project does not match the SPM target. #402

Closed ajamaica closed 3 years ago

ajamaica commented 3 years ago

There is a discrepancy on the current IPHONEOS_DEPLOYMENT_TARGET and the supported versions on SPM.

The IPHONEOS_DEPLOYMENT_TARGET is set to 12 which limits the compatibility versus the current RxSwift library. This only happens when using the Xcode Project (like on Carthage and Cocoapods). It might be a simple mistake but if we can match and set the compatibility with RxSwift we can gain a bit by not doing much.

It can be easily fix by just lowering down the IPHONEOS_DEPLOYMENT_TARGET on the xcode project file (Someone actually attempt fix this #399).

ElonPark commented 3 years ago

399 is merged in main branch!