Closed
Description
I'm working on an app where we are supporting older iOS versions, but using SwiftUI for iOS 13 users. How difficult would it be to lower the deployment target?
This is the error that I'm getting when attempting to install the CocoaPod:
[!] CocoaPods could not find compatible versions for pod "SDWebImageSwiftUI":
In Podfile:
SDWebImageSwiftUI
Specs satisfying the SDWebImageSwiftUI
dependency were found, but they required a higher minimum deployment target.
Thanks for the help!