I'm trying to build flutter app on IOS and i get this error:
Compiling for iOS 9.0, but module 'BSGridCollectionViewLayout' has a minimum deployment target of iOS 10.0
Tried: Xcode 12: Compiling for iOS 10.0, but module 'RxSwift' has a minimum deployment target of iOS 12.0 didn't work
How Can I fix this ?



