Got this build error:
'CurrentValueSubject' is only available in iOS 13.0 or newer
Details Code:
private(set) var statePublisher: CurrentValueSubject<FloatingPanelState, Never> = .init(.hidden)
Seems like the project uses Combine, which requires iOS 13+.
Could you please check or confirm if the minimum deployment target should be iOS 13?
Thanks a lot 🙏